Check_nwc_health Aruba ProCurve switches LACP

Hey there,
I really love the check_nwc_health (8.3.3.1) plugin but now I have a problem I cannot solve on my own. On every Procurve switches I have a problem with the “link-aggregation-availability” mode. There are a few LACP Trunks with 2 or 4 interfaces in it. But when I execute the command:

./check_nwc_health --mode link-aggregation-availability --hostname 10.10.11.249 --community public --name Trk3

I would expect an output like:
WARNING - aggregation Trk3 availability is 50.00% (2 of 4) (down: 11, 12)
But the real output is:
WARNING - aggregation Trk3 availability is 52.53% (52 of 99) (down: 32, 35, Switch loopback interface 4882, Switch loopback interface 4878, 30, 50, 29, 19, 10, 23, 41, 46, 36, 25, 12, 7, 13, Switch loopback interface 4881, Switch loopback interface 4876, 52, 15, 14, 45, 27, 40, 37, 11, 16, 42, Switch loopback interface 4879, 38, Switch loopback interface 4877, 17, 9, 44, 18, 43, 20, 34, 24, Switch loopback interface 4880, 22, 28, 21, 31, 39, 26) | 'aggr_Trk3_availability'=52.53%;100:;2:;0;100

Is there a correct way to check the LACP Trunks?

Thanks a lot

Hey there,
I found the solution in the “small printed” in the documentation.
The --name option must be in the form “Trk3,9,10,11,12”

Thanks