Maintaining which remote protocols work on which devices isn’t something we’re easily able to do, as it needs to be defined for every device type.
It’s added like this to each OS or os group :
$config['os_group'][$os]['remote_access'] = array('telnet', 'ssh', 'scp', 'http');
You can add it to any OSes you want these options on in the relevant definition for that OS, in this case includes/definitions/os/ubiquiti.inc.php
If you generate a patch from this we can probably apply it. “svn diff includes/definitions/os/ubiquiti.inc.php”
I don’t really like this feature though, as it’s too clunky/manual to add protocols to os types, and I’m not sure very many people actually use it.
Adam.
From: observium <observium-bounces@observium.org> On Behalf Of Chris Macneill via observium
Sent: 05 September 2020 04:03
To: observium <observium@observium.org>
Cc: Chris Macneill <cmacneill@cmit.nz>
Subject: [Observium] Connect via SSH/Telnet/HTTP missing for Ubiquiti and Netonix Devices
The "Connect via SSH/Telnet/HTTP" options are missing for Ubiquiti and Netonix devices.
There was a Jira ticket (2617) which highlighted similar issues with other OS types, this was closed off and user advised to post OS types with "Connect via" missing to mailing list.
Regards
Chris Macneill