[rancid] Aruba CX switches

Per-Olof Olsson peo at chalmers.se
Mon Sep 4 06:30:34 UTC 2023


Hello

Latest release for 6200F-switchen have added 2 lines that generate diffs 
almost every run (ArubaOS-CX_6200_10_12_1000).


6200F#show system
...
CPU Util (% avg 1 min) : 5
CPU Util (% avg 5 min) : 6
...

Fast fix to just adjust by adding wildcard to skipline for "CPU Util".

arubaoscx.pm:
   next if /^CPU Util \(%.*\)\s+: /;

was
   next if /^CPU Util \(%)\s+: /;


Possible needed more strict match...

/Peo
----------------------------------------------------------
Per-Olof Olsson               Email: peo at chalmers.se
Chalmers tekniska högskola    IT-avdelningen
Sven Hultins gata 8           412 96 Göteborg
Tel: 031/772 6738     Mob: 0707 88 3708
----------------------------------------------------------



More information about the Rancid-discuss mailing list