Hi,
I tried to filter a service to only show me perfdata about total number of AP.
/usr/lib/centreon/plugins/centreon_aruba.pl --plugin=network::aruba::standard::snmp::plugin --mode=ap-connections --filter-perfdata='^total$$' --hostname=12.2.2.3 --snmp-version='2c' --snmp-community='15!'
but in web, it still shows me perfdata for other metrics:
'total'=149;;;0;'total_time_144.76.129.30.148.100'=14499396.000s;;;0;'total_time_144.76.129.30.148.112'=14499396.000s;;;0;'total_time_144.76.129.30.148.113'=14499396.000s;;;0; |
How Do I write to perfdata filter to show me only “total”?