Skip to content

Commit cee5f27

Browse files
andreasbaumannsni
authored andcommitted
small fix and we see CURLOPT_SSL_CTX_FUNCTION does not work on Centos 6?
1 parent 304e04a commit cee5f27

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: plugins/check_curl.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ handle_curl_option_return_code (CURLcode res, const char* option)
248248
{
249249
if (res != CURLE_OK) {
250250
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));
252252
die (STATE_CRITICAL, "HTTP CRITICAL - %s\n", msg);
253253
}
254254
}

Diff for: po/de.po

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ msgstr ""
1313
"PO-Revision-Date: 2004-12-23 17:46+0100\n"
1414
"Last-Translator: <>\n"
1515
"Language-Team: English <[email protected]>\n"
16-
"Language: en\n"
1716
"MIME-Version: 1.0\n"
1817
"Content-Type: text/plain; charset=iso-8859-1\n"
1918
"Content-Transfer-Encoding: 8bit\n"
19+
"Language: en\n"
2020
"Plural-Forms: nplurals=2; plural=(n > 1);X-Generator: KBabel 1.3.1\n"
2121

2222
#: plugins/check_by_ssh.c:86 plugins/check_cluster.c:76 plugins/check_dig.c:88
@@ -5438,8 +5438,8 @@ msgstr ""
54385438

54395439
#: plugins/negate.c:174
54405440
msgid ""
5441-
"Ok must be a valid state name (OK, WARNING, CRITICAL, UNKNOWN) or integer "
5442-
"(0-3)."
5441+
"Ok must be a valid state name (OK, WARNING, CRITICAL, UNKNOWN) or integer (0-"
5442+
"3)."
54435443
msgstr ""
54445444

54455445
#: plugins/negate.c:180

0 commit comments

Comments
 (0)