mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-06-09 00:32:05 -04:00
check_curl: fix perfdata label
This commit is contained in:
parent
0bf5fdf41e
commit
c15d12cbd5
1 changed files with 1 additions and 1 deletions
|
|
@ -307,7 +307,7 @@ mp_subcheck check_http(const check_curl_config config, check_curl_working_state
|
|||
|
||||
mp_perfdata_value pd_val_time_connect = mp_create_pd_value(time_connect);
|
||||
pd_time_connect.value = pd_val_time_connect;
|
||||
pd_time_connect.label = "time";
|
||||
pd_time_connect.label = "time_connect";
|
||||
pd_time_connect.uom = "s";
|
||||
pd_time_connect = mp_set_pd_max_value(
|
||||
pd_time_connect, mp_create_pd_value(config.curl_config.socket_timeout));
|
||||
|
|
|
|||
Loading…
Reference in a new issue