summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2017-04-18 19:17:38 (GMT)
committerSven Nierlein <sven@nierlein.de>2018-10-22 14:30:31 (GMT)
commitcee5f2777d022cb5333f6155c6bb54c77949225c (patch)
treea4bc9bcd89a6de509e8e2210644fb648817844ed
parent304e04a3849e00aa78327eb694e79487a3c8eaac (diff)
downloadmonitoring-plugins-cee5f2777d022cb5333f6155c6bb54c77949225c.tar.gz
small fix and we see CURLOPT_SSL_CTX_FUNCTION does not work on Centos 6?
-rw-r--r--plugins/check_curl.c2
-rw-r--r--po/de.po6
2 files changed, 4 insertions, 4 deletions
diff --git a/plugins/check_curl.c b/plugins/check_curl.c
index f8c8832..ff79f15 100644
--- a/plugins/check_curl.c
+++ b/plugins/check_curl.c
@@ -248,7 +248,7 @@ handle_curl_option_return_code (CURLcode res, const char* option)
248{ 248{
249 if (res != CURLE_OK) { 249 if (res != CURLE_OK) {
250 snprintf (msg, DEFAULT_BUFFER_SIZE, _("Error while setting cURL option '%s': cURL returned %d - %s"), 250 snprintf (msg, DEFAULT_BUFFER_SIZE, _("Error while setting cURL option '%s': cURL returned %d - %s"),
251 res, curl_easy_strerror(res)); 251 option, res, curl_easy_strerror(res));
252 die (STATE_CRITICAL, "HTTP CRITICAL - %s\n", msg); 252 die (STATE_CRITICAL, "HTTP CRITICAL - %s\n", msg);
253 } 253 }
254} 254}
diff --git a/po/de.po b/po/de.po
index 72694e2..919fae3 100644
--- a/po/de.po
+++ b/po/de.po
@@ -13,10 +13,10 @@ msgstr ""
13"PO-Revision-Date: 2004-12-23 17:46+0100\n" 13"PO-Revision-Date: 2004-12-23 17:46+0100\n"
14"Last-Translator: <>\n" 14"Last-Translator: <>\n"
15"Language-Team: English <en@li.org>\n" 15"Language-Team: English <en@li.org>\n"
16"Language: en\n"
17"MIME-Version: 1.0\n" 16"MIME-Version: 1.0\n"
18"Content-Type: text/plain; charset=iso-8859-1\n" 17"Content-Type: text/plain; charset=iso-8859-1\n"
19"Content-Transfer-Encoding: 8bit\n" 18"Content-Transfer-Encoding: 8bit\n"
19"Language: en\n"
20"Plural-Forms: nplurals=2; plural=(n > 1);X-Generator: KBabel 1.3.1\n" 20"Plural-Forms: nplurals=2; plural=(n > 1);X-Generator: KBabel 1.3.1\n"
21 21
22#: plugins/check_by_ssh.c:86 plugins/check_cluster.c:76 plugins/check_dig.c:88 22#: plugins/check_by_ssh.c:86 plugins/check_cluster.c:76 plugins/check_dig.c:88
@@ -5438,8 +5438,8 @@ msgstr ""
5438 5438
5439#: plugins/negate.c:174 5439#: plugins/negate.c:174
5440msgid "" 5440msgid ""
5441"Ok must be a valid state name (OK, WARNING, CRITICAL, UNKNOWN) or integer " 5441"Ok must be a valid state name (OK, WARNING, CRITICAL, UNKNOWN) or integer (0-"
5442"(0-3)." 5442"3)."
5443msgstr "" 5443msgstr ""
5444 5444
5445#: plugins/negate.c:180 5445#: plugins/negate.c:180