Re: [rancid] Unable to figure out "end of run not found"

2019-06-19 Thread Nick Nauwelaerts
iirc: ; is to seperate commands and wil execute the whole command string without checking the return value of the previous command && will do the same, but if previous command returns not null (you can check the return code of the previous command with "echo $?") it will end the command list. t

[rancid] platform parameter in clogin

2019-06-19 Thread Nick Nauwelaerts
heya, so i noticed the rancid source recently migrated to github (https://github.com/haussli/rancid), so i was rebasing aerohive support on it. during this process i noticed that the seperate aerohive login script could just as well be integrated in clogin. it needs 2 changes: it has it's own "

Re: [rancid] Extreme 200-series switches

2019-03-26 Thread Nick Nauwelaerts
heya, while i don't have extreme devices, the code seems to live in lib/exos.pm.in. i would guess temperature & diskspace and such could perhaps be gated with the FILTER_OSC setting (see man rancid.conf), fortigate.pm.in has some examples which can get you started. rancid.pm.in has some helper

Re: [rancid] [SPAM?] Cisco NX "chatty" with Power info

2019-03-08 Thread Nick Nauwelaerts
what version of rancid & nx-os are you running? i notice you only have 1 column less as me, you seem to miss "actual output". // nick From: Rancid-discuss [mailto:rancid-discuss-boun...@shrubbery.net] On Behalf Of FF Sent: Friday, March 8, 2019 18:05 To: rancid-discuss@shrubbery.net Subject

Re: [rancid] Fortigate VDOMs

2019-03-08 Thread Nick Nauwelaerts
what version of fortios was this tested on, since on my 5.6.8 both fortigate & fortigate-full pull vdom configs. // nick From: Rancid-discuss [mailto:rancid-discuss-boun...@shrubbery.net] On Behalf Of Linux Threads Sent: Friday, March 8, 2019 12:44 To: rancid-discuss@shrubbery.net Subject: [r

[rancid] rancid 3.9 aerohive/hiveos support

2019-02-21 Thread Nick Nauwelaerts
hello all, rancid aerohive/hiveos support has been updated to track rancid 3.9. from now on i will track rancid releases for this instead of rancid svn. for support specific to hiveos/aerohive access points please email me directly or open a github issue. the code is documented and rancid docs h

Re: [rancid] aerohive/hiveos support

2019-01-11 Thread Nick Nauwelaerts
> -Original Message- > From: heasley [mailto:h...@shrubbery.net] > Sent: Wednesday, January 9, 2019 21:54 > To: Nick Nauwelaerts > Cc: rancid-discuss@shrubbery.net > Subject: Re: [rancid] aerohive/hiveos support > > Wed, Dec 19, 2018 at 09:23:57PM +, Nic

Re: [rancid] 3.9 release?

2019-01-08 Thread Nick Nauwelaerts
users test & give feedback here. // nick -Original Message- From: heasley [mailto:h...@shrubbery.net] Sent: Wednesday, January 9, 2019 01:11 To: Nick Nauwelaerts Cc: rancid-discuss@shrubbery.net Subject: Re: [rancid] 3.9 release? Tue, Jan 08, 2019 at 10:20:11PM +, Nick Nauwelaerts: > no

Re: [rancid] 3.9 release?

2019-01-08 Thread Nick Nauwelaerts
no chance then for aerohive support then in the next release? http://www.shrubbery.net/pipermail/rancid-discuss/2018-December/010555.html // nick -Original Message- From: Rancid-discuss [mailto:rancid-discuss-boun...@shrubbery.net] On Behalf Of heasley Sent: Tuesday, January 8, 2019 23:

Re: [rancid] aerohive/hiveos support

2018-12-21 Thread Nick Nauwelaerts
tions. // nick From: Ni Ne [mailto:nineof...@hotmail.com] Sent: Friday, December 21, 2018 21:41 To: Nick Nauwelaerts ; rancid-discuss@shrubbery.net Subject: Re: aerohive/hiveos support Thank you very much for publishing this. I have only started using it just now, so I can only confirm th

[rancid] aerohive/hiveos support

2018-12-19 Thread Nick Nauwelaerts
(also included: removal of fortinet/fnrancid references since it's now a module & a few minor nitpicks) support for aerohive/hiveos access points: login script ahlogin: * originally by erik muller: https://github.com/ermuller/rancid-stuff. * should be up to date with the latest changes of svn 3

Re: [rancid] error after migrating to new server

2018-10-16 Thread Nick Nauwelaerts
also, it seems you installed it under /usr/bin, best practices for rancid & package management in general is not do this. perhaps install it under the rancid user's homedir & make sure $HOME/bin is in your $PATH first. second option is that you used a vendor provided rancid package instead of bu

Re: [rancid] Fortigate additional tweaks and device filters

2018-08-05 Thread Nick Nauwelaerts
i wouldnt mind testing at all, atm running a 800c cluster on 5.2, and expecting a 500e cluster with 5.6 by the end of the month. // nick > On 03 Aug 2018, at 22:08, heasley wrote: > > Fri, Aug 03, 2018 at 03:34:05PM +0000, Nick Nauwelaerts: >> i guess the fortinet module

Re: [rancid] Fortigate additional tweaks and device filters

2018-08-03 Thread Nick Nauwelaerts
y.net Subject: Re: [rancid] Fortigate additional tweaks and device filters Thu, Aug 02, 2018 at 09:25:30AM -0500, Chris Wopat: > > Wed, Aug 01, 2018 at 08:37:03AM +, Nick Nauwelaerts: > >> hm, > >> i actually like to have those versions in the output. if something breaks &g

Re: [rancid] Fortigate additional tweaks and device filters

2018-08-01 Thread Nick Nauwelaerts
ley [mailto:h...@shrubbery.net] Sent: Wednesday, August 1, 2018 17:35 To: Nick Nauwelaerts Cc: Doug Hughes ; rancid-discuss@shrubbery.net Subject: Re: [rancid] Fortigate additional tweaks and device filters Wed, Aug 01, 2018 at 08:37:03AM +, Nick Nauwelaerts: > hm, > i actually like to ha

Re: [rancid] Fortigate additional tweaks and device filters

2018-08-01 Thread Nick Nauwelaerts
hm, i actually like to have those versions in the output. if something breaks my first reaction tends to be: "what changed?", and rancid is usually the first place i check. would it be an option to control this with FILTER_OSC , even though its not quite it's intended application? thx // nick

[rancid] aerohive hiveos support

2018-07-31 Thread Nick Nauwelaerts
heya, since we have around 200 aerohive devices and regretfully quite some issues related to hivemanager changing config settings due to bugs or inexperienced admins, i wanted to at least know what & when was changed. as such i'm trying to add support for hiveos (the operating system on aerohiv