# 05 ------------------------------------------------------------------------ # # Data to graph: Netscreen session check # # Service type: session-check # # Nagios plugin: check_netscreen_session # # Nagios output: ||OK: host 192.168.85.254, sessions : 7/5024 (0.14%)|| # # --------------------------------------------------------------------------- # /output:.* sessions : (\d+)\/(\d+) \((\d+\.\d+)\%\)/ and push @s, [ sessions, [ current, GAUGE, $1 ], [ maximum, GAUGE, $2 ] ];