aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-10-04sslutils: remove superfluous parenthesisGravatar Sebastian Herbszt
Remove superfluous parenthesis. Signed-off-by: Sebastian Herbszt <herbszt@gmx.de>
2015-10-04check_snmp: modified testsGravatar Oliver Skibbe
(Closes #1325)
2015-10-04check_snmp.c: switched DEFAULT_TIMEOUT to DEFAULT_SOCKET_TIMEOUT (provided ↵Gravatar Oliver Skibbe
by utils.h), already used by help description, see issue #1318
2015-10-02install snmpd on travis testsGravatar Sven Nierlein
because its required for ./plugins/tests/check_snmp.t Signed-off-by: Sven Nierlein <Sven.Nierlein@consol.de>
2015-10-02enable libtab on travis buildsGravatar Sven Nierlein
to enable some more tests Signed-off-by: Sven Nierlein <Sven.Nierlein@consol.de>
2015-10-02add perl snmp to travis dependenciesGravatar Sven Nierlein
it is required for the check_snmp tests Signed-off-by: Sven Nierlein <Sven.Nierlein@consol.de>
2015-10-02NEWS: Mention check_ups performance data fixGravatar Holger Weiss
2015-10-02Fix incorrect performance data thresholdsGravatar Louis Sautier
Closes #1330
2015-10-02check_dhcp: Fix option parsingGravatar Holger Weiss
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-02Fixes segfaults when running via monitoring workerGravatar Jan Wagner
(off-by-one) Grabed from https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198318
2015-10-02travis: fix http test hostGravatar Sven Nierlein
Signed-off-by: Sven Nierlein <sven@nierlein.de>
2015-08-26sslutils: Check if OpenSSL supports SSLv3.Gravatar Jérémie Courrèges-Anglas
2014-12-02NEWS: Modify list of changes for 2.1.1 releaseGravatar Holger Weiss
Make the list of changes slightly more descriptive.
2014-12-01Prepare releaseGravatar Jan Wagner
2014-12-01THANKS.in: Add new authorsGravatar Jan Wagner
2014-12-01NEWS: Updating all the fixesGravatar Jan Wagner
2014-12-01check_tcp: fix help description regarding escape optionGravatar Sebastian Herbszt
The help description should print '\\' for backslash not just '\'. Signed-off-by: Sebastian Herbszt <herbszt@gmx.de>
2014-12-01check_ntp: Nul-terminate jitter dataGravatar Holger Weiss
Make sure the jitter response is nul-terminated before parsing the data using string functions.
2014-11-30Revert "plugins/check_ntp.c - Verify struct from response"Gravatar Holger Weiss
This reverts commit a04df3e1b67dc5eab3adc202cc89901f801cdeaa. The "fix" was bogus in many ways and broke jitter checking. Conflicts: plugins/check_ntp.c
2014-11-27check_real: fix null terminationGravatar Sebastian Herbszt
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-27check_ntp: fix null terminationGravatar Sebastian Herbszt
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-26check_apt: fix memsetGravatar Sebastian Herbszt
Fix memset introduced by commit 9ce7369 ("plugins/check_apt.c - Print uninitialized ereg"). Signed-off-by: Sebastian Herbszt <herbszt@gmx.de>
2014-10-15Prepare for the 2.1 releaseGravatar Holger Weiss
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