Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-10-02 | travis: fix http test host | Sven Nierlein | |
Signed-off-by: Sven Nierlein <sven@nierlein.de> | |||
2015-08-26 | sslutils: Check if OpenSSL supports SSLv3. | Jérémie Courrèges-Anglas | |
2014-12-02 | NEWS: Modify list of changes for 2.1.1 release | Holger Weiss | |
Make the list of changes slightly more descriptive. | |||
2014-12-01 | Prepare release | Jan Wagner | |
2014-12-01 | THANKS.in: Add new authors | Jan Wagner | |
2014-12-01 | NEWS: Updating all the fixes | Jan Wagner | |
2014-12-01 | check_tcp: fix help description regarding escape option | Sebastian Herbszt | |
The help description should print '\\' for backslash not just '\'. Signed-off-by: Sebastian Herbszt <herbszt@gmx.de> | |||
2014-12-01 | check_ntp: Nul-terminate jitter data | Holger Weiss | |
Make sure the jitter response is nul-terminated before parsing the data using string functions. | |||
2014-11-30 | Revert "plugins/check_ntp.c - Verify struct from response" | Holger Weiss | |
This reverts commit a04df3e1b67dc5eab3adc202cc89901f801cdeaa. The "fix" was bogus in many ways and broke jitter checking. Conflicts: plugins/check_ntp.c | |||
2014-11-27 | check_real: fix null termination | 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-27 | check_ntp: fix null termination | 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-26 | check_apt: fix memset | 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-15 | Prepare for the 2.1 release | Holger Weiss | |
2014-10-15 | THANKS.in: Add new authors | Holger Weiss | |
Update the THANKS.in file with the new Git commit authors. | |||
2014-10-15 | FAQ: Remove outdated (RPM/DEB-related) questions | Holger Weiss | |
2014-10-15 | NEWS: Mention that we dropped the spec file | Holger Weiss | |
2014-10-15 | Removing the spec file, as it's broken | Jan Wagner | |
Even we have none feedback in PR #1283 | |||
2014-10-08 | check_ifstatus: Fix "-n" and "-u" options | Holger Weiss | |
Ignore interface if it's specified via "-n" OR "-u", not just when it's specified via "-n" AND "-u". | |||
2014-10-06 | Revert "Make use of xasprintf instead of asprintf" | 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-06 | check_file_age: Provide performance data | Jonas Genannt | |
2014-10-06 | Adding missing informations to NEWS | Jan Wagner | |
2014-10-06 | Merge branch 'maint' | Jan Wagner | |
Conflicts: NEWS THANKS.in | |||
2014-09-29 | Adding Simon to Thanks file | Jan Wagner | |
2014-09-29 | check_mailq: fixed mailer names | Simon Meggle | |
(Closes #1289) | |||
2014-09-16 | Fix check_jabber to work with Openfire servers | Holger Weiss | |
The plugin expected: <?xml version='1.0'?> But Openfire sends: <?xml version='1.0' encoding='UTF-8'?> | |||
2014-09-10 | NEWS: Mention new check_ifstatus option | Holger Weiss | |
2014-09-10 | Add check_ifstatus option to ignore interfaces by name | Nick Peelman | |
Ignoring by index is not always an option, as the index can change on chassis switches as blade configurations change. | |||
2014-08-20 | travis-ci: create MySQL database 'test' | Jan Wagner | |
2014-08-20 | travis-ci: Installing libhttp-daemon-ssl-perl to make ↵ | Jan Wagner | |
plugins/tests/check_http.t possible to run | |||
2014-08-20 | travis-ci: Using libfreeradius-client-dev as build-dep | Jan Wagner | |
2014-08-20 | Setting PATH at first | Jan Wagner | |
2014-08-20 | check_log.sh: droping path from basename | Jan Wagner | |
while evaluating PROGNAME (Closes Debian Bug #758662) | |||
2014-08-06 | check_by_ssh: added --hostname support | Sven Nierlein | |
just like the guidelines and the help already suggests. Signed-off-by: Sven Nierlein <sven@nierlein.de> | |||
2014-07-31 | tests: skip extented snmp tests if snmpd has no perl support | 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-31 | tests: negate test fails when not run from plugins folder | Sven Nierlein | |
Signed-off-by: Sven Nierlein <Sven.Nierlein@consol.de> | |||
2014-07-31 | tests: get current directory the perl way | 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-31 | check_dns: unified check output | 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-31 | tests: check_disk_smb may exit with critical for unresponsive hosts too | 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-31 | check_ntp_peer: do not use uninitialized results for max state | 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-31 | NEWS: Mention --with-qmail-qstat-command option | Holger Weiss | |
2014-07-31 | Fix PATH_TO_QMAIL_QSTAT in configure | 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-30 | Merge pull request #1164 from waja/github981 | Jan Wagner | |
2014-07-30 | adding to THANKS | Jan Wagner | |
2014-07-30 | check_dns: Use strchr instead of index | Jan Wagner | |
2014-07-30 | Merge pull request #1182 from waja/github984 | Jan Wagner | |
2014-07-30 | Merge pull request #1278 from waja/github1227 | Jan Wagner | |
2014-07-30 | Merge pull request #1281 from waja/github1218 | Jan Wagner | |
2014-07-30 | Merge pull request #1280 from sni/fix-generate-change-log | Sven Nierlein | |
Fix generate change log | |||
2014-07-30 | Adding Alexander Wittig to THANKS.in | Jan Wagner | |
--- Closes #1218 Closes #1281 | |||
2014-07-30 | check_dig: takes into account the -4 and -6 switch | 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) |