Commit graph

2842 commits

Author SHA1 Message Date
Jan Wagner
b6744cf3b8 travis-ci: Adding spwaspace to trusty env 2015-10-21 17:06:08 +02:00
Jan Wagner
f846f63483 travis-ci: Stop local running ntpd 2015-10-21 17:06:08 +02:00
Jan Wagner
a0440a5f35 travis-ci: Detect LDAP config 2015-10-21 17:06:08 +02:00
Jan Wagner
aa5e04ea21 travis-ci: Add ppa:waja/precise-backports for fixed faketime 2015-10-21 17:06:08 +02:00
Jan Wagner
cbc6cd9596 travis-ci: Clearly documentx why we need install mariadb 2015-10-21 17:06:08 +02:00
Jan Wagner
02571db88f travis-ci: Work around broken /etc/hosts on trusty env 2015-10-21 17:06:08 +02:00
Jan Wagner
51d384b2cd travis-ci: Adding multiverse repository as long it's not default. snmp-mibs-downloader is located there 2015-10-21 17:06:08 +02:00
Jan Wagner
cda7afd890 travis-ci: Install mariadb-client and mariadb-server 2015-10-21 17:05:48 +02:00
Jan Wagner
a061f252c6 travis-ci: Migrating to Trusty CI env 2015-10-21 17:04:33 +02:00
Holger Weiss
5f1371fb6f Prepare for the 2.1.2 release 2015-10-16 11:26:05 +02:00
Holger Weiss
db1494b321 THANKS.in: Add new authors
Update the THANKS.in file with the new Git commit authors.
2015-10-16 11:23:46 +02:00
Jan Wagner
d76c508481 Updating NEWS 2015-10-13 11:39:36 +02:00
abrist
c097642e52 Fix for unclosed filehandle in pst3 on Solaris
On Solaris, check_procs uses pst3 instead of /bin/ps (see
http://monitoring-plugins.org/doc/faq/ps-on-solaris.html for background). There's
a small bug in pst3 which causes it to NOT report some processes that are at
the end of the process table, at least on very busy systems (we noticed this
on a CoolThreads T5240 with load averages up to 90).

The bug is that a filehandle is not properly closed.

Thanks to jwinkle01 for finding and patching the bug.

(Closes #1203)
2015-10-13 11:39:17 +02:00
Jan Wagner
f729ee3b4d Updating NEWS file 2015-10-12 12:13:35 +02:00
Sven Nierlein
5a9ca0590f Merge pull request #1362 from waja/sslutils_remove_superfluous_parenthesis
sslutils: remove superfluous parenthesis
2015-10-04 15:26:13 +02:00
Jan Wagner
8e661a3bd6 sslutils: Remove superfluous parenthesis for sslv3 function too 2015-10-04 15:16:15 +02:00
Sebastian Herbszt
0a406d8dce sslutils: remove superfluous parenthesis
Remove superfluous parenthesis.

Signed-off-by: Sebastian Herbszt <herbszt@gmx.de>
2015-10-04 15:09:36 +02:00
Oliver Skibbe
2d677b19ed check_snmp: modified tests
(Closes #1325)
2015-10-04 13:40:04 +02:00
Oliver Skibbe
6ba26122f4 check_snmp.c: switched DEFAULT_TIMEOUT to DEFAULT_SOCKET_TIMEOUT (provided by utils.h), already used by help description, see issue #1318 2015-10-04 13:20:32 +02:00
Sven Nierlein
f693f2c0bf install snmpd on travis tests
because its required for ./plugins/tests/check_snmp.t

Signed-off-by: Sven Nierlein <Sven.Nierlein@consol.de>
2015-10-02 13:55:41 +02:00
Sven Nierlein
9e49f7e656 enable libtab on travis builds
to enable some more tests

Signed-off-by: Sven Nierlein <Sven.Nierlein@consol.de>
2015-10-02 13:55:31 +02:00
Sven Nierlein
f3bf672ebb add perl snmp to travis dependencies
it is required for the check_snmp tests

Signed-off-by: Sven Nierlein <Sven.Nierlein@consol.de>
2015-10-02 13:55:18 +02:00
Holger Weiss
63f8441b84 NEWS: Mention check_ups performance data fix 2015-10-02 13:29:28 +02:00
Louis Sautier
0b80412264 Fix incorrect performance data thresholds
Closes #1330
2015-10-02 13:13:35 +02:00
Holger Weiss
466cb79e52 check_dhcp: Fix option parsing
The call_getopt() function didn't always return the correct number of
processed arguments.  However, since check_dhcp doesn't support
non-option arguments, the caller doesn't need this number anyway.

Closes #1345.
2015-10-02 12:18:13 +02:00
Jan Wagner
6a939fa1ba Fixes segfaults when running via monitoring worker
(off-by-one)

Grabed from https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198318
2015-10-02 10:32:00 +02:00
Sven Nierlein
1c0ec88152 travis: fix http test host
Signed-off-by: Sven Nierlein <sven@nierlein.de>
2015-10-02 10:30:01 +02:00
Jérémie Courrèges-Anglas
4e786f83de sslutils: Check if OpenSSL supports SSLv3. 2015-08-26 11:36:03 +02:00
Holger Weiss
063bc4e71d NEWS: Modify list of changes for 2.1.1 release
Make the list of changes slightly more descriptive.
2014-12-02 00:42:28 +01:00
Jan Wagner
f2fe51604e Prepare release 2014-12-01 11:08:01 +01:00
Jan Wagner
dea9bc113e THANKS.in: Add new authors 2014-12-01 11:08:01 +01:00
Jan Wagner
4182119245 NEWS: Updating all the fixes 2014-12-01 11:07:54 +01:00
Sebastian Herbszt
22dfca20fd check_tcp: fix help description regarding escape option
The help description should print '\\' for backslash not just '\'.

Signed-off-by: Sebastian Herbszt <herbszt@gmx.de>
2014-12-01 01:08:58 +01:00
Holger Weiss
99b3bfe488 check_ntp: Nul-terminate jitter data
Make sure the jitter response is nul-terminated before parsing the data
using string functions.
2014-12-01 01:07:53 +01:00
Holger Weiss
5871123e0a Revert "plugins/check_ntp.c - Verify struct from response"
This reverts commit a04df3e1b6.  The "fix"
was bogus in many ways and broke jitter checking.

Conflicts:
	plugins/check_ntp.c
2014-11-30 23:39:59 +01:00
Sebastian Herbszt
30f0eeed57 check_real: fix null termination
Fix null termination introduced by commit b61f51a ("plugins/check_real.c - recv string null terminate").

Signed-off-by: Sebastian Herbszt <herbszt@gmx.de>
2014-11-27 00:51:46 +01:00
Sebastian Herbszt
a4a1b37be0 check_ntp: fix null termination
Fix null termination introduced by commit a04df3e ("plugins/check_ntp.c - Verify struct from response").

Signed-off-by: Sebastian Herbszt <herbszt@gmx.de>
2014-11-27 00:03:32 +01:00
Sebastian Herbszt
b7fc2eb15a check_apt: fix memset
Fix memset introduced by commit 9ce7369 ("plugins/check_apt.c - Print uninitialized ereg").

Signed-off-by: Sebastian Herbszt <herbszt@gmx.de>
2014-11-26 23:57:25 +01:00
Holger Weiss
18cc17aed0 Prepare for the 2.1 release 2014-10-15 14:11:20 +02:00
Holger Weiss
eb0ee429f9 THANKS.in: Add new authors
Update the THANKS.in file with the new Git commit authors.
2014-10-15 14:01:46 +02:00
Holger Weiss
aafc353f20 FAQ: Remove outdated (RPM/DEB-related) questions 2014-10-15 13:56:13 +02:00
Holger Weiss
d530bf2f5e NEWS: Mention that we dropped the spec file 2014-10-15 13:53:37 +02:00
Jan Wagner
37a004398f Removing the spec file, as it's broken
Even we have none feedback in PR #1283
2014-10-15 13:47:07 +02:00
Holger Weiss
83744b24b0 check_ifstatus: Fix "-n" and "-u" options
Ignore interface if it's specified via "-n" OR "-u", not just when it's
specified via "-n" AND "-u".
2014-10-08 21:46:09 +02:00
Holger Weiss
f40fc650f7 Revert "Make use of xasprintf instead of asprintf"
This reverts commit a143739ed2.

Our current setup doesn't allow lib/*.c files to call functions defined
in plugins/utils.[ch].
2014-10-06 22:09:10 +02:00
Jonas Genannt
3b02d7fafb check_file_age: Provide performance data 2014-10-06 20:16:00 +02:00
Jan Wagner
849eb5725c Adding missing informations to NEWS 2014-10-06 11:11:35 +02:00
Jan Wagner
93071168df Merge branch 'maint'
Conflicts:
	NEWS
	THANKS.in
2014-10-06 10:25:31 +02:00
Jan Wagner
6100950329 Adding Simon to Thanks file 2014-09-29 10:26:05 +02:00
Simon Meggle
37b8081504 check_mailq: fixed mailer names
(Closes #1289)
2014-09-29 10:21:11 +02:00