mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-04-15 22:00:06 -04:00
check_ldap: fix typo
This commit is contained in:
parent
07d3eb9e2c
commit
2e3dff775d
1 changed files with 1 additions and 1 deletions
|
|
@ -281,7 +281,7 @@ int main(int argc, char *argv[]) {
|
|||
sc_connection_time = mp_set_subcheck_state(sc_connection_time, connection_time_state);
|
||||
|
||||
if (connection_time_state == STATE_OK) {
|
||||
xasprintf(&sc_connection_time.output, "connection time %.3fs is withing thresholds",
|
||||
xasprintf(&sc_connection_time.output, "connection time %.3fs is within thresholds",
|
||||
elapsed_time);
|
||||
} else {
|
||||
xasprintf(&sc_connection_time.output, "connection time %.3fs is violating thresholds",
|
||||
|
|
|
|||
Loading…
Reference in a new issue