# 15 ------------------------------------------------------------------------ # # Data to graph: Check www access # # Service type: check_web # # Nagios plugin: check_http # # Nagios output: HTTP OK HTTP/1.1 200 OK - 1456 bytes in 0.003 seconds # # --------------------------------------------------------------------------- # /output:HTTP.*?(\d+) byte.*?([.0-9]+) sec/ and push @s, [ http, [ bps, GAUGE, $1/$2 ] ];