Neil Lathwood 1ee2e8e0e0 Updated to use new theme for docs site (#9320)
* Updated to use new theme for docs site

* Updated theme location

* Removed librenms.css

* Updated index page + re-added librenms.css

* Use built in theme modification

* flexbox grid, dump bootstrap

* tidy up things

* Added path and updated deploy script + mkdocs config

* Removed db schmea changes

* Updated to install python/pip 3

* Removed pip3 install

* Pip3 install

* Updated deploy-docs

* Updated deploy-docs
2018-10-27 23:04:34 +01:00

960 B

source: Extensions/Gateone.md path: blob/master/doc/

GateOne integration

We have simple integration for GateOne, you will be redirected to your Gateone command line frontend to access your equipment. (Currently this only works with SSH)

GateOne itself isn't included within LibreNMS, you will need to install this separately either on the same infrastructure as LibreNMS or as a totally standalone appliance. The installation is beyond the scope of this document.

Config is simple, include the following in your config.php:

$config['gateone']['server'] = 'http://<your_gateone_url/';

Note: You must use the full url including the trailing /!

We also support prefixing the currently logged in Librenms user to the SSH connection URL that is created, eg. ssh://admin@localhost
To enable this, put the following in your config.php:

$config['gateone']['use_librenms_user'] = true;