mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-06-09 00:32:05 -04:00
small fix and we see CURLOPT_SSL_CTX_FUNCTION does not work on Centos 6?
This commit is contained in:
parent
304e04a384
commit
cee5f2777d
2 changed files with 4 additions and 4 deletions
|
|
@ -248,7 +248,7 @@ handle_curl_option_return_code (CURLcode res, const char* option)
|
|||
{
|
||||
if (res != CURLE_OK) {
|
||||
snprintf (msg, DEFAULT_BUFFER_SIZE, _("Error while setting cURL option '%s': cURL returned %d - %s"),
|
||||
res, curl_easy_strerror(res));
|
||||
option, res, curl_easy_strerror(res));
|
||||
die (STATE_CRITICAL, "HTTP CRITICAL - %s\n", msg);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
6
po/de.po
6
po/de.po
|
|
@ -13,10 +13,10 @@ msgstr ""
|
|||
"PO-Revision-Date: 2004-12-23 17:46+0100\n"
|
||||
"Last-Translator: <>\n"
|
||||
"Language-Team: English <en@li.org>\n"
|
||||
"Language: en\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=iso-8859-1\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: en\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);X-Generator: KBabel 1.3.1\n"
|
||||
|
||||
#: plugins/check_by_ssh.c:86 plugins/check_cluster.c:76 plugins/check_dig.c:88
|
||||
|
|
@ -5438,8 +5438,8 @@ msgstr ""
|
|||
|
||||
#: plugins/negate.c:174
|
||||
msgid ""
|
||||
"Ok must be a valid state name (OK, WARNING, CRITICAL, UNKNOWN) or integer "
|
||||
"(0-3)."
|
||||
"Ok must be a valid state name (OK, WARNING, CRITICAL, UNKNOWN) or integer (0-"
|
||||
"3)."
|
||||
msgstr ""
|
||||
|
||||
#: plugins/negate.c:180
|
||||
|
|
|
|||
Loading…
Reference in a new issue