aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-10-15THANKS.in: Add new authorsGravatar Holger Weiss
Update the THANKS.in file with the new Git commit authors.
2014-10-15FAQ: Remove outdated (RPM/DEB-related) questionsGravatar Holger Weiss
2014-10-15NEWS: Mention that we dropped the spec fileGravatar Holger Weiss
2014-10-15Removing the spec file, as it's brokenGravatar Jan Wagner
Even we have none feedback in PR #1283
2014-10-08check_ifstatus: Fix "-n" and "-u" optionsGravatar Holger Weiss
Ignore interface if it's specified via "-n" OR "-u", not just when it's specified via "-n" AND "-u".
2014-10-06Revert "Make use of xasprintf instead of asprintf"Gravatar Holger Weiss
This reverts commit a143739ed286cf9ae003792dbb1ce26ce43f3312. Our current setup doesn't allow lib/*.c files to call functions defined in plugins/utils.[ch].
2014-10-06check_file_age: Provide performance dataGravatar Jonas Genannt
2014-10-06Adding missing informations to NEWSGravatar Jan Wagner
2014-10-06Merge branch 'maint'Gravatar Jan Wagner
Conflicts: NEWS THANKS.in
2014-09-29Adding Simon to Thanks fileGravatar Jan Wagner
2014-09-29check_mailq: fixed mailer namesGravatar Simon Meggle
(Closes #1289)
2014-09-16Fix check_jabber to work with Openfire serversGravatar Holger Weiss
The plugin expected: <?xml version='1.0'?> But Openfire sends: <?xml version='1.0' encoding='UTF-8'?>
2014-09-10NEWS: Mention new check_ifstatus optionGravatar Holger Weiss
2014-09-10Add check_ifstatus option to ignore interfaces by nameGravatar Nick Peelman
Ignoring by index is not always an option, as the index can change on chassis switches as blade configurations change.
2014-08-20travis-ci: create MySQL database 'test'Gravatar Jan Wagner
2014-08-20travis-ci: Installing libhttp-daemon-ssl-perl to make ↵Gravatar Jan Wagner
plugins/tests/check_http.t possible to run
2014-08-20travis-ci: Using libfreeradius-client-dev as build-depGravatar Jan Wagner
2014-08-20Setting PATH at firstGravatar Jan Wagner
2014-08-20check_log.sh: droping path from basenameGravatar Jan Wagner
while evaluating PROGNAME (Closes Debian Bug #758662)
2014-08-06check_by_ssh: added --hostname supportGravatar Sven Nierlein
just like the guidelines and the help already suggests. Signed-off-by: Sven Nierlein <sven@nierlein.de>
2014-07-31tests: skip extented snmp tests if snmpd has no perl supportGravatar Sven Nierlein
solaris snmpd has no perl support by default, so this test will fail. Signed-off-by: Sven Nierlein <Sven.Nierlein@consol.de>
2014-07-31tests: negate test fails when not run from plugins folderGravatar Sven Nierlein
Signed-off-by: Sven Nierlein <Sven.Nierlein@consol.de>
2014-07-31tests: get current directory the perl wayGravatar Sven Nierlein
instead of hoping to have it in the environment. This at least broke tests on solaris. Signed-off-by: Sven Nierlein <Sven.Nierlein@consol.de>
2014-07-31check_dns: unified check outputGravatar Sven Nierlein
this also allows us to make tests against "critical" in the output. Signed-off-by: Sven Nierlein <Sven.Nierlein@consol.de>
2014-07-31tests: check_disk_smb may exit with critical for unresponsive hosts tooGravatar Sven Nierlein
Unknown (ex. debian 7) %> ./check_disk_smb -H 1.1.1.1 -s np_foobar -vvv /usr/bin/smbclient //1.1.1.1/np_foobar -U guest% -c du No Answer from Client Critical (ex. debian 8) %> ./check_disk_smb -H 1.1.1.1 -s np_foobar -vvv /usr/bin/smbclient //1.1.1.1/np_foobar -U guest% -c du Connection to 1.1.1.1 failed CRITICAL Signed-off-by: Sven Nierlein <Sven.Nierlein@consol.de>
2014-07-31check_ntp_peer: do not use uninitialized results for max stateGravatar Sven Nierlein
s/t/jresult are not initialized if there is no corresponding threshold supplied. So we shouldn't use them for calculating our result. Signed-off-by: Sven Nierlein <sven@nierlein.de>
2014-07-31NEWS: Mention --with-qmail-qstat-command optionGravatar Holger Weiss
2014-07-31Fix PATH_TO_QMAIL_QSTAT in configureGravatar awiddersheim
When configuring PATH_TO_QMAIL_QSTAT the PATH_TO_MAILQ would get applied instead after tests had passed. Also made --with-qmail-qstat-command a configuration option.
2014-07-30Merge pull request #1164 from waja/github981Gravatar Jan Wagner
2014-07-30adding to THANKSGravatar Jan Wagner
2014-07-30check_dns: Use strchr instead of indexGravatar Jan Wagner
2014-07-30Merge pull request #1182 from waja/github984Gravatar Jan Wagner
2014-07-30Merge pull request #1278 from waja/github1227Gravatar Jan Wagner
2014-07-30Merge pull request #1281 from waja/github1218Gravatar Jan Wagner
2014-07-30Merge pull request #1280 from sni/fix-generate-change-logGravatar Sven Nierlein
Fix generate change log
2014-07-30Adding Alexander Wittig to THANKS.inGravatar Jan Wagner
--- Closes #1218 Closes #1281
2014-07-30check_dig: takes into account the -4 and -6 switchGravatar Alexander Wittig
Fix automatic DNS server name detection to honor -4 and -6 switches (default to 127.0.0.1 or ::1 respectively, i.e. if -6 is given ::1 is used instead of 127.0.0.1)
2014-07-30check_dig: Fix to work with dig and drill toolGravatar Alexander Wittig
FreeBSD starting with version 10 is shipped with ldns instead of bind as resolver. Consequently the dig tool in base is replaced by drill. While dig can still be installed as a third party application, it would be nice to make do with the tools available in the system already. This patch rearranges the command line used to invoke dig slightly so that it can be used with both dig and drill (tested with dig 9.8.3-P1 and 9.9.4 as well as drill 1.6.16). It would be really neat if the configure script could be changed to automatically pick up drill when dig is not available (or the other way around), but my autotools-foo is not good enough for that. This part of the patch is an extended version of the locally maintained patch currently deployed in the FreeBSD ports tree by Dmitry Sivachenko.
2014-07-30tools/generate-change-log: workaround for broken Text::WrapGravatar Sven Nierlein
workaround for broken Text::Wrap: "This shouldn't happen at /usr/share/perl/5.18/Text/Wrap.pm line 84." changing huge to overflow make generating changelogs work again at the price of not having changelog strictly cut of at 80 columns anymore. Words longer than 80 characters will now printed in one line. This mainly affects old sf.net urls. Signed-off-by: Sven Nierlein <Sven.Nierlein@consol.de>
2014-07-30no need for the signed off messages in our changelogGravatar Sven Nierlein
Signed-off-by: Sven Nierlein <Sven.Nierlein@consol.de>
2014-07-30Make use of xasprintf instead of asprintfGravatar Jan Wagner
--- Closes #1278
2014-07-30lib/utils_base.c: if asprintf fails, string is undefinedGravatar Ricardo Maraschini
if asprintf fails, string content becomes invalid. we need to check if it ran OK by checking the returned value. in case of fail, asprintf returns -1, otherwise the number of writen bytes is returned. also, on ubuntu 13.10 i've receiving a lot of warnings: "warning: ignoring return value of ‘asprintf’" this patches fixes some of them Signed-off-by: Ricardo Maraschini <ricardo.maraschini@gmail.com> --- Closes #1227
2014-07-30check_dns: returns incorrect state when specifying serverGravatar Jan Wagner
This patch verifies if the response is returned by the dns server we are trying to check --- Closes #981 Closes #982 Closes #1164
2014-07-30travis-ci: create MySQL database 'test'Gravatar Jan Wagner
2014-07-30check_dns: added test for nonresponsive dns server (#982)Gravatar Sven Nierlein
Signed-off-by: Sven Nierlein <sven@nierlein.de>
2014-07-29Merge remote-tracking branch 'upstream/master'Gravatar Greg Cox
Conflicts: plugins/netutils.c
2014-07-29Adding Jason BenguerelGravatar Jan Wagner
2014-07-29check_disk: show troubled partition in verbose modeGravatar Jan Wagner
I'm submitting a small patch to check_disk that will show which partitions are actually causing the error state. This helps the human operator to quickly identify the exact issue. I made it so a single -v flag is required so it doesn't harm legacy code that may be parsing the original style of output. Thanks to Jason Benguerel. --- Closes #984 Closes #1182
2014-07-29check_ntp_time.c - Cleaned up usage and added a noteGravatar abrist
Closes #907 Closes #1184
2014-07-29Adding Patrick McAndrew to THANKS.inGravatar Jan Wagner