Search found 23 matches
- Wed Jun 08, 2022 1:03 pm
- Forum: Support
- Topic: [Fixed in 2.1.0] Syslog messages as diffs in Juniper backups
- Replies: 15
- Views: 15445
Re: [Fixed in 2.1.0] Syslog messages show as diffs in Juniper backups
Ah, I was under impression (due to your earlier reply that I quoted), that Unimus sent "monitor stop". I am currently running 2.2.0-Beta3. I will find a device where I can reproduce the error and send you the logs. Actually you are right - I just checked our JunOS driver and we currently ...
- Wed Jun 08, 2022 12:52 pm
- Forum: Support
- Topic: [Fixed in 2.1.0] Syslog messages as diffs in Juniper backups
- Replies: 15
- Views: 15445
Re: [Fixed in 2.1.0] Syslog messages show as diffs in Juniper backups
Just an update: we have added handling for this to our JunOS driver. This will be available in 2.1.0 stable release. Before backup, a "monitor stop" command will be sent (this is the same as ESC+Q). Since this is a per-session setting, the device will not be affected in any way. You can a...
- Wed Jun 08, 2022 4:53 am
- Forum: Support
- Topic: [Fixed in 2.1.0] Syslog messages as diffs in Juniper backups
- Replies: 15
- Views: 15445
Re: [Fixed in 2.1.0] Syslog messages show as diffs in Juniper backups
Hi Tomas, I have tried logging in to a device that routinely fails backup due to terminal syslog output (as confirmed by debug logs). It seems that the "monitor stop" command stops any actively started log monitoring, but ESC-q pauses all terminal syslog output. A lot of our devices have t...
- Tue Jun 07, 2022 11:44 am
- Forum: Support
- Topic: [Fixed in 2.1.0] Syslog messages as diffs in Juniper backups
- Replies: 15
- Views: 15445
Re: [Fixed in 2.1.0] Syslog messages show as diffs in Juniper backups
Hi again,
Thank for the quick reply, nice to know it's being worked on!
Thank for the quick reply, nice to know it's being worked on!
- Tue Jun 07, 2022 10:41 am
- Forum: Support
- Topic: [Fixed in 2.1.0] Syslog messages as diffs in Juniper backups
- Replies: 15
- Views: 15445
Re: [Fixed in 2.1.0] Syslog messages show as diffs in Juniper backups
Hi,
Is there any news on this topic? I get quite a few devices that fail their backups intermittently, due to terminal syslog output disturbing the discovery/backup process.
Is there any news on this topic? I get quite a few devices that fail their backups intermittently, due to terminal syslog output disturbing the discovery/backup process.
- Thu Apr 28, 2022 7:19 am
- Forum: General
- Topic: Expected backup exporter perfomance
- Replies: 3
- Views: 11167
Re: Expected backup exporter perfomance
I managed to improve performance a lot by adding size=50 to the curl for getting devices. Seems like a jq performance issue with parsing the very large JSON response when getting all devices in one go? function getAllDevices(){ ... local contents=$(unimusGet "devices?size=50&page=$page"...
- Thu Apr 28, 2022 4:22 am
- Forum: General
- Topic: Expected backup exporter perfomance
- Replies: 3
- Views: 11167
Re: Expected backup exporter perfomance
Hi again,
Thank you for looking into it! Looking forward to hearing the results.
Thank you for looking into it! Looking forward to hearing the results.
- Wed Apr 27, 2022 12:29 pm
- Forum: General
- Topic: Expected backup exporter perfomance
- Replies: 3
- Views: 11167
Expected backup exporter perfomance
Hi, I just got the backup exporter script from GitHub, and have managed to get it up and running. I was just wondering what the expected performance speed of the script is. During the initial get of devices from Unimus (function getAllDevices), it seems that I am averaging around 1 device per second...
- Tue Mar 15, 2022 9:59 am
- Forum: Feature requests
- Topic: Additional sort options in device view
- Replies: 1
- Views: 2861
Additional sort options in device view
Hi, It would be great if you could sort devices by date/time added to Unimus. We almost exclusively add devices via API, so it would be very helpful when doing manual follow-up on recently added devices. I seem to remember that the "default sort" in one of the previous versions was the &qu...
- Tue Mar 01, 2022 3:15 pm
- Forum: Feature requests
- Topic: [Implemented] Option for "formal" formatting IOS XR
- Replies: 1
- Views: 14795
[Implemented] Option for "formal" formatting IOS XR
It would be great with an option to get config backups in "formal" formatting for IOS XR devices. I.e. the equivalent of "show running-config formal".