Search found 10 matches

by will.t
Fri Mar 13, 2026 12:31 pm
Forum: General
Topic: Supported vendors/devices
Replies: 84
Views: 3079053

Re: Supported vendors/devices

Are there any plans to add support for industrial/OT network devices? Some examples include Hirschmann/Belden switches and Siemens SCALANCE switches. These are the 2 big ones that I've seen in use in our environment. These are managed switches with SSH access and/or Web Based Management. Thank you....
by will.t
Fri Feb 06, 2026 9:08 am
Forum: General
Topic: Supported vendors/devices
Replies: 84
Views: 3079053

Re: Supported vendors/devices

supported devices list contains: "Alcatel OmniSwitch switches" ... seems only WindRiver-based AlcatelOS Version6 - devices are supported ... for Linux-Based Omniswitches with AlcatelOS Version8 . INFO 506 --- [discovery-3] n.u.c.s.d.p.info.ResultManipulator : Discovery reports an unsuppor...
by will.t
Mon Jun 30, 2025 11:52 am
Forum: Support
Topic: [Fixed in 2.7.0] NETGEAR M4350-24F4V - Discovery reports an unsupported device
Replies: 4
Views: 17595

Re: NETGEAR M4350-24F4V - Discovery reports an unsupported device

Hi Pavel, Unimus should be able to recognize this device...quite strange. BTW, the unimus debug log you attached seems kinda short, could you try to get one where the whole discovery job is captured? Also, I would like to ask you to create a support ticket via the Unimus portal (portal.unimus.net) a...
by will.t
Thu Dec 07, 2023 3:20 pm
Forum: General
Topic: [Solved] Download url
Replies: 3
Views: 24000

Re: Download url

For docker images you can use different tags to pull different versions of Unimus:
https://hub.docker.com/r/croc/unimus/tags
by will.t
Wed Nov 15, 2023 3:58 pm
Forum: General
Topic: [Solved] Failed backup data options
Replies: 3
Views: 21382

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...
by will.t
Tue Nov 07, 2023 4:06 pm
Forum: General
Topic: Generating reports from Unimus job failures
Replies: 1
Views: 27335

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...
by will.t
Thu Sep 21, 2023 4:07 pm
Forum: General
Topic: Running Unimus Core in a Docker container on a MikroTik router
Replies: 0
Views: 43134

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...
by will.t
Tue Sep 12, 2023 11:56 am
Forum: Automation
Topic: Backing up devices without CLI
Replies: 1
Views: 185601

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...
by will.t
Wed Jul 19, 2023 3:43 pm
Forum: Automation
Topic: Automate source port for logging config
Replies: 4
Views: 50101

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...
by will.t
Tue Jul 18, 2023 2:24 pm
Forum: Automation
Topic: Automate source port for logging config
Replies: 4
Views: 50101

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...