For docker images you can use different tags to pull different versions of Unimus:
https://hub.docker.com/r/croc/unimus/tags
Search found 7 matches
- Thu Dec 07, 2023 3:20 pm
- Forum: General
- Topic: [Solved] Download url
- Replies: 3
- Views: 17716
- Wed Nov 15, 2023 3:58 pm
- Forum: General
- Topic: [Solved] Failed backup data options
- Replies: 3
- Views: 13268
Re: Failed backup data options
Hello sir, I am understanding you would like to pull failed backup jobs in recent time period via Unimus API for reports used for troubleshooting purposes. Not possible via API at this time. However you could pull these data along with error logs directly from the DB. We have a blog article describi...
- Tue Nov 07, 2023 4:06 pm
- Forum: General
- Topic: Generating reports from Unimus job failures
- Replies: 1
- Views: 21835
Generating reports from Unimus job failures
Good news, everyone! We have published another short guide, this time dealing with 'Generating reports from Unimus job failures'. It is available at https://blog.unimus.net/generating-reports-from-unimus-job-failures/. Error logs are the first clues to remedy failed jobs, tho reviewing them in the d...
- Thu Sep 21, 2023 4:07 pm
- Forum: General
- Topic: Running Unimus Core in a Docker container on a MikroTik router
- Replies: 0
- Views: 25463
Running Unimus Core in a Docker container on a MikroTik router
Good news, everyone! Our newest guide for How to deploy Unimus Core in a Docker container on MikroTik's RouterOS is out and available at https://blog.unimus.net/running-unimus-core-in-a-container-on-mikrotik-routeros/. Sometime last year MikroTik added container support for their RouterOS which prov...
- Tue Sep 12, 2023 11:56 am
- Forum: Automation
- Topic: Backing up devices without CLI
- Replies: 0
- Views: 40272
Backing up devices without CLI
Good news, everyone! We've just posted a new blog ( https://blog.unimus.net/backing-up-the-unbackupable/ ) that describes how to push backups to Unimus for devices without CLI. Some network devices do not output their configs via CLI and instead copy them to an external location such as an FTP (TFTP...
- Wed Jul 19, 2023 3:43 pm
- Forum: Automation
- Topic: Automate source port for logging config
- Replies: 4
- Views: 14447
Re: Automate source port for logging config
Hi tauceti3, Glad to be of help. Unimus is many great things but it is not an IaC platform. As such it does not have a single scripting language that is cross-vendor (you cannot write a single config push that would work on any vendor device) The solution would be to prepare a custom script for spec...
- Tue Jul 18, 2023 2:24 pm
- Forum: Automation
- Topic: Automate source port for logging config
- Replies: 4
- Views: 14447
Re: Automate source port for logging config
Hello tauceti3, We have built-in variables, that would make your task really simple, currently on our roadmap #omgcantwait. However as a quick workaround one can utilize tcl shell to extract the interface name of the management interface. Please go ahead and try this cmdlet via Mass config push: # e...