Mailing List Archive

Aruba CX switches
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@chalmers.se
Chalmers tekniska högskola IT-avdelningen
Sven Hultins gata 8 412 96 Göteborg
Tel: 031/772 6738 Mob: 0707 88 3708
----------------------------------------------------------

_______________________________________________
Rancid-discuss mailing list
Rancid-discuss@www.shrubbery.net
https://www.shrubbery.net/mailman/listinfo/rancid-discuss
Re: Aruba CX switches [ In reply to ]
This change was caught a few weeks ago, see:

https://github.com/jrbinks/rancid-arubaoscx/issues/1

Jethro.


. . . . . . . . . . . . . . . . . . . . . . . . .

Jethro R Binks, Network Manager,

Information Services Directorate, University Of Strathclyde, Glasgow, UK


The University of Strathclyde is a charitable body, registered in Scotland, number SC015263.

________________________________
From: Rancid-discuss <rancid-discuss-bounces@www.shrubbery.net> on behalf of Per-Olof Olsson <peo@chalmers.se>
Sent: 04 September 2023 07:30
To: rancid-discuss@shrubbery.net <rancid-discuss@shrubbery.net>
Subject: [rancid] Aruba CX switches

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@chalmers.se
Chalmers tekniska h?gskola IT-avdelningen
Sven Hultins gata 8 412 96 G?teborg
Tel: 031/772 6738 Mob: 0707 88 3708
----------------------------------------------------------

_______________________________________________
Rancid-discuss mailing list
Rancid-discuss@www.shrubbery.net
https://www.shrubbery.net/mailman/listinfo/rancid-discuss