Re: [rancid] [PATCH] junos.pm: filter negative temperatures in ShowChassisEnvironment

2019-02-20 Thread Emille Blanc
Ironically, we rely on RANCID to tell us when our cabinets get too cold on such devices. Mostly because our NMS is hopeless, and can't do it (Enterprise! Closed source!), so it never occurred to me to submit a patch for this. However, some devices (namely, EX2200's) don't understand zero, or

Re: [rancid] [PATCH] junos.pm: filter negative temperatures in ShowChassisEnvironment

2019-02-20 Thread Anderson, Charles R
My example below WAS from an EX2200. We have some others that always report -10 (even in toasty closets)--I wonder if that is off-scale low due to a sensor failure? I have also seen N/A in 2016, but not lately. What software version are you running? We are running 12.3R12-S2 on this

Re: [rancid] [PATCH] junos.pm: filter negative temperatures in ShowChassisEnvironment

2019-02-20 Thread Aaron Dudek
so -2 or lower works? On Wed, Feb 20, 2019 at 12:37 PM Emille Blanc wrote: > > These are all from an EX2200-C-12T-2G's, running 12.3R12.4 > We're stuck at that release for the 2200-C's, as 15.x bricks them in our > environment (TSB17138 does warn to not use 15.x). > > > I just saw your comment

[rancid] [PATCH] Ciena Waveserver wavesvros.pm: fix filtering user passwords

2019-02-20 Thread Anderson, Charles R
The attached patch for Ciena Waveserver devices fixes the filter for user passwords to also filter the "user set" command not just "user create" and also fixes the spacing before the secret. Result: - !user create user rancid access-level limited secret - user set user su access-level super

Re: [rancid] [PATCH] junos.pm: filter negative temperatures in ShowChassisEnvironment

2019-02-20 Thread Emille Blanc
These are all from an EX2200-C-12T-2G's, running 12.3R12.4 We're stuck at that release for the 2200-C's, as 15.x bricks them in our environment (TSB17138 does warn to not use 15.x). > I just saw your comment in the patch that N/A only appeared for a temperature > in the range -1 to 0. Correct