summaryrefslogtreecommitdiffstats
path: root/plugins/check_ldap.c
diff options
context:
space:
mode:
authorLorenz Kästle <12514511+RincewindsHat@users.noreply.github.com>2025-11-25 12:37:42 +0100
committerLorenz Kästle <12514511+RincewindsHat@users.noreply.github.com>2025-11-25 12:37:42 +0100
commit2e3dff775dd92ea9880221c800f6dc6e53162fb4 (patch)
tree7392997f8b79eff1b994691d54e07b20b06ad039 /plugins/check_ldap.c
parent07d3eb9e2c729b6ab5effc0f664b6d5d9958fa72 (diff)
downloadmonitoring-plugins-2e3dff775dd92ea9880221c800f6dc6e53162fb4.tar.gz
check_ldap: fix typo
Diffstat (limited to 'plugins/check_ldap.c')
-rw-r--r--plugins/check_ldap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_ldap.c b/plugins/check_ldap.c
index f1380be4..c3f83901 100644
--- a/plugins/check_ldap.c
+++ b/plugins/check_ldap.c
@@ -281,7 +281,7 @@ int main(int argc, char *argv[]) {
281 sc_connection_time = mp_set_subcheck_state(sc_connection_time, connection_time_state); 281 sc_connection_time = mp_set_subcheck_state(sc_connection_time, connection_time_state);
282 282
283 if (connection_time_state == STATE_OK) { 283 if (connection_time_state == STATE_OK) {
284 xasprintf(&sc_connection_time.output, "connection time %.3fs is withing thresholds", 284 xasprintf(&sc_connection_time.output, "connection time %.3fs is within thresholds",
285 elapsed_time); 285 elapsed_time);
286 } else { 286 } else {
287 xasprintf(&sc_connection_time.output, "connection time %.3fs is violating thresholds", 287 xasprintf(&sc_connection_time.output, "connection time %.3fs is violating thresholds",