Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-10-21 | travis-ci: Detect LDAP config | Jan Wagner | 1 | -0/+2 | |
2015-10-21 | travis-ci: Add ppa:waja/precise-backports for fixed faketime | Jan Wagner | 1 | -0/+1 | |
2015-10-21 | travis-ci: Clearly documentx why we need install mariadb | Jan Wagner | 1 | -0/+1 | |
2015-10-21 | travis-ci: Work around broken /etc/hosts on trusty env | Jan Wagner | 1 | -0/+4 | |
2015-10-21 | travis-ci: Adding multiverse repository as long it's not default. ↵ | Jan Wagner | 1 | -0/+1 | |
snmp-mibs-downloader is located there | |||||
2015-10-21 | travis-ci: Install mariadb-client and mariadb-server | Jan Wagner | 1 | -2/+7 | |
2015-10-21 | travis-ci: Migrating to Trusty CI env | Jan Wagner | 1 | -1/+2 | |
2015-10-16 | Prepare for the 2.1.2 releasev2.1.2 | Holger Weiss | 3 | -3/+3 | |
2015-10-16 | THANKS.in: Add new authors | Holger Weiss | 1 | -0/+3 | |
Update the THANKS.in file with the new Git commit authors. | |||||
2015-10-13 | Updating NEWS | Jan Wagner | 1 | -0/+1 | |
2015-10-13 | Fix for unclosed filehandle in pst3 on Solaris | abrist | 1 | -1/+3 | |
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-12 | Updating NEWS file | Jan Wagner | 1 | -0/+2 | |
2015-10-04 | Merge pull request #1362 from waja/sslutils_remove_superfluous_parenthesis | Sven Nierlein | 1 | -2/+2 | |
sslutils: remove superfluous parenthesis | |||||
2015-10-04 | sslutils: Remove superfluous parenthesis for sslv3 function toorefs/pull/1362/headrefs/pull/1314/head | Jan Wagner | 1 | -1/+1 | |
2015-10-04 | sslutils: remove superfluous parenthesis | Sebastian Herbszt | 1 | -1/+1 | |
Remove superfluous parenthesis. Signed-off-by: Sebastian Herbszt <herbszt@gmx.de> | |||||
2015-10-04 | check_snmp: modified tests | Oliver Skibbe | 1 | -2/+2 | |
(Closes #1325) | |||||
2015-10-04 | check_snmp.c: switched DEFAULT_TIMEOUT to DEFAULT_SOCKET_TIMEOUT (provided ↵ | Oliver Skibbe | 1 | -2/+1 | |
by utils.h), already used by help description, see issue #1318 | |||||
2015-10-02 | install snmpd on travis tests | Sven Nierlein | 1 | -1/+1 | |
because its required for ./plugins/tests/check_snmp.t Signed-off-by: Sven Nierlein <Sven.Nierlein@consol.de> | |||||
2015-10-02 | enable libtab on travis builds | Sven Nierlein | 1 | -1/+1 | |
to enable some more tests Signed-off-by: Sven Nierlein <Sven.Nierlein@consol.de> | |||||
2015-10-02 | add perl snmp to travis dependencies | Sven Nierlein | 1 | -1/+1 | |
it is required for the check_snmp tests Signed-off-by: Sven Nierlein <Sven.Nierlein@consol.de> | |||||
2015-10-02 | NEWS: Mention check_ups performance data fix | Holger Weiss | 1 | -0/+4 | |
2015-10-02 | Fix incorrect performance data thresholds | Louis Sautier | 1 | -6/+6 | |
Closes #1330 | |||||
2015-10-02 | check_dhcp: Fix option parsing | Holger Weiss | 1 | -31/+12 | |
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 | Fixes segfaults when running via monitoring worker | Jan Wagner | 1 | -1/+1 | |
(off-by-one) Grabed from https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198318 | |||||
2015-10-02 | travis: fix http test host | Sven Nierlein | 1 | -1/+1 | |
Signed-off-by: Sven Nierlein <sven@nierlein.de> | |||||
2015-08-26 | sslutils: Check if OpenSSL supports SSLv3. | Jérémie Courrèges-Anglas | 1 | -0/+5 | |
2014-12-01 | NEWS: Modify list of changes for 2.1.1 releasev2.1.1 | Holger Weiss | 1 | -5/+6 | |
Make the list of changes slightly more descriptive. | |||||
2014-12-01 | Prepare release | Jan Wagner | 2 | -2/+2 | |
2014-12-01 | THANKS.in: Add new authors | Jan Wagner | 1 | -0/+1 | |
2014-12-01 | NEWS: Updating all the fixes | Jan Wagner | 1 | -0/+7 | |
2014-12-01 | check_tcp: fix help description regarding escape option | Sebastian Herbszt | 1 | -1/+1 | |
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 | 1 | -1/+11 | |
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 | 1 | -11/+2 | |
This reverts commit a04df3e1b67dc5eab3adc202cc89901f801cdeaa. The "fix" was bogus in many ways and broke jitter checking. Conflicts: plugins/check_ntp.c | |||||
2014-11-26 | check_real: fix null termination | Sebastian Herbszt | 1 | -1/+1 | |
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-26 | check_ntp: fix null termination | Sebastian Herbszt | 1 | -1/+1 | |
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 | 1 | -1/+1 | |
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 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 | |