Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-11-28 | Added perfdata to check_nt. New -l options - seconds|minutes|hours|days. | Andy Brist | 1 | -14/+37 | |
2014-11-28 | NEWS: Mention new check_snmp option | Holger Weiss | 1 | -0/+1 | |
Closes #1221. | |||||
2014-11-28 | Introduce support for SNMPv3 context in check_snmp | Johannes Engel | 1 | -11/+31 | |
snmpget already supports using SNMPv3 contexts using the option "-n". Thus all we need to do is introduce a new argument to check_snmp and pass the argument on to snmpget using snmpget's option "-n". Since "-n" is already in use for check_snmp for a different purpose, we use "-N" instead. | |||||
2014-11-28 | NEWS: Mention check_snmp's perfdata thresholds | Holger Weiss | 1 | -0/+3 | |
2014-11-28 | check_snmp: Add thresholds to performance data | Andreas Seemueller | 1 | -0/+12 | |
2014-11-03 | NEWS: Add warning regarding check_mrtgtraf change | Holger Weiss | 1 | -0/+6 | |
Closes #1296. | |||||
2014-11-03 | Fix perfdata to comply with perfdata UOM definition | Adrian Murphy | 1 | -7/+7 | |
2014-11-02 | Remove LEGAL file | Holger Weiss | 2 | -11/+1 | |
2014-10-19 | Improving output when swap space has zero size | Jan Wagner | 1 | -0/+1 | |
2014-10-19 | check_swap - fix comment | Davide Madrisan | 1 | -1/+1 | |
Signed-off-by: Davide Madrisan <davide.madrisan@gmail.com> | |||||
2014-10-15 | Prepare for the 2.1 releasev2.1 | Holger Weiss | 3 | -3/+3 | |
2014-10-15 | THANKS.in: Add new authors | Holger Weiss | 1 | -0/+2 | |
Update the THANKS.in file with the new Git commit authors. | |||||
2014-10-15 | FAQ: Remove outdated (RPM/DEB-related) questions | Holger Weiss | 1 | -36/+0 | |
2014-10-15 | NEWS: Mention that we dropped the spec file | Holger Weiss | 1 | -0/+4 | |
2014-10-15 | Removing the spec file, as it's broken | Jan Wagner | 3 | -204/+2 | |
Even we have none feedback in PR #1283 | |||||
2014-10-08 | check_ifstatus: Fix "-n" and "-u" options | Holger Weiss | 1 | -1/+1 | |
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 | 1 | -3/+3 | |
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 | 3 | -3/+11 | |
2014-10-06 | Adding missing informations to NEWS | Jan Wagner | 1 | -0/+13 | |
2014-10-06 | Merge branch 'maint' | Jan Wagner | 7 | -12/+16 | |
Conflicts: NEWS THANKS.in | |||||
2014-09-29 | Adding Simon to Thanks file | Jan Wagner | 1 | -0/+1 | |
2014-09-29 | check_mailq: fixed mailer names | Simon Meggle | 1 | -2/+2 | |
(Closes #1289) | |||||
2014-09-16 | Fix check_jabber to work with Openfire servers | Holger Weiss | 2 | -1/+5 | |
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 | 1 | -0/+1 | |
2014-09-10 | Add check_ifstatus option to ignore interfaces by name | Nick Peelman | 1 | -19/+38 | |
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 | 1 | -0/+2 | |
2014-08-20 | travis-ci: Installing libhttp-daemon-ssl-perl to make ↵ | Jan Wagner | 1 | -1/+1 | |
plugins/tests/check_http.t possible to run | |||||
2014-08-20 | travis-ci: Using libfreeradius-client-dev as build-dep | Jan Wagner | 1 | -1/+2 | |
2014-08-20 | Setting PATH at first | Jan Wagner | 3 | -7/+6 | |
2014-08-20 | check_log.sh: droping path from basename | Jan Wagner | 1 | -1/+1 | |
while evaluating PROGNAME (Closes Debian Bug #758662) | |||||
2014-08-06 | check_by_ssh: added --hostname support | Sven Nierlein | 1 | -1/+2 | |
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 | 1 | -1/+10 | |
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 | 1 | -1/+1 | |
Signed-off-by: Sven Nierlein <Sven.Nierlein@consol.de> | |||||
2014-07-31 | tests: get current directory the perl way | Sven Nierlein | 1 | -1/+2 | |
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 | 1 | -1/+1 | |
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 | 1 | -1/+1 | |
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 | 1 | -3/+6 | |
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-30 | NEWS: Mention --with-qmail-qstat-command option | Holger Weiss | 1 | -0/+2 | |
2014-07-30 | Fix PATH_TO_QMAIL_QSTAT in configure | awiddersheim | 1 | -2/+5 | |
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 | 2 | -0/+23 | |
2014-07-30 | adding to THANKSrefs/pull/1164/head | Jan Wagner | 1 | -0/+1 | |
2014-07-30 | check_dns: Use strchr instead of index | Jan Wagner | 1 | -1/+1 | |
2014-07-30 | Merge pull request #1182 from waja/github984 | Jan Wagner | 2 | -5/+12 | |
2014-07-30 | Merge pull request #1278 from waja/github1227 | Jan Wagner | 1 | -5/+10 | |
2014-07-30 | Merge pull request #1281 from waja/github1218 | Jan Wagner | 2 | -3/+7 | |
2014-07-30 | Merge pull request #1280 from sni/fix-generate-change-log | Sven Nierlein | 1 | -0/+2 | |
Fix generate change log | |||||
2014-07-30 | Adding Alexander Wittig to THANKS.inrefs/pull/1281/head | Jan Wagner | 1 | -0/+1 | |
--- Closes #1218 Closes #1281 | |||||
2014-07-30 | check_dig: takes into account the -4 and -6 switch | Alexander Wittig | 1 | -1/+4 | |
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-30 | check_dig: Fix to work with dig and drill tool | Alexander Wittig | 1 | -2/+2 | |
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-30 | tools/generate-change-log: workaround for broken Text::Wraprefs/pull/1280/head | Sven Nierlein | 1 | -0/+1 | |
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> |