# 30 ------------------------------------------------------------------------ # # Data to graph: Check peak call utilization on Avaya S8xxx media servers # # Nagios plugin: check_avaya_peak # # Nagios output: ||Avaya peaks for 'voice' at 1300 - 574 total calls : OK || # # --------------------------------------------------------------------------- # /output:Avaya Trunk TGN (\d+) - (\d+) of (\d+) channels/ and push @s, [ Avaya, [ 'TGN_'.$1.'_calls', GAUGE, $2 ], [ 'TGN_'.$1.'_channels', GAUGE, $3 ] ];