# 27 ------------------------------------------------------------------------ # # Data to graph: Check LDAP Authentication # # Nagios plugin: check_ldap # # Nagios output: ||LDAP OK - 0.030 seconds response time|| # # Use perfdata: time=0.030093s;;;0.000000 # # --------------------------------------------------------------------------- # /output:LDAP .* - (\d+\.\d+) seconds response time/ and push @s, [ ldap, [ response, GAUGE, $1 ] ];