diff options
Diffstat (limited to 'plugins')
| -rw-r--r-- | plugins/check_http.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_http.c b/plugins/check_http.c index d264b95d..d2f080c7 100644 --- a/plugins/check_http.c +++ b/plugins/check_http.c | |||
| @@ -1036,7 +1036,7 @@ int check_http(void) { | |||
| 1036 | printf("SSL initialized\n"); | 1036 | printf("SSL initialized\n"); |
| 1037 | } | 1037 | } |
| 1038 | if (result != STATE_OK) { | 1038 | if (result != STATE_OK) { |
| 1039 | die(STATE_CRITICAL, NULL); | 1039 | die(STATE_CRITICAL, _("HTTP CRITICAL - SSL error\n")); |
| 1040 | } | 1040 | } |
| 1041 | microsec_ssl = deltime(tv_temp); | 1041 | microsec_ssl = deltime(tv_temp); |
| 1042 | elapsed_time_ssl = (double)microsec_ssl / 1.0e6; | 1042 | elapsed_time_ssl = (double)microsec_ssl / 1.0e6; |
