Skip to content

jamaicada/librenms-guacamole

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

librenms-guacamole

Integration Apache Guacamole with LibreNMS - you'll be able to SSH to your devices using SSH button just using your browser. But be carefull - with power comes great responsibility.

  1. Install Apache Guacamole (you'll find dozen of how-to's in google)
  2. Put guacamole.php to librenms html directory
  3. Put import.sh wherever you fill comfortable to run scripts in cron
  4. Adjust guacamole.sh according you database access credentials (all parameters are pretty self explanatory) and
$GUACAMOLE_URL = 'https://localhost/ssh/#/client/'

where https://localhost/ssh/ url where you had configured to run Apache Guacamole

  1. Adjust import.sh according you database access credentials (all parameters are pretty self explanatory)
  2. Adjust your LibreNMS config.php with
$config['gateone']['server'] = 'http://localhost/guacamole.php';

where localhost is where your run your LibreNMS

  1. Start guacamole.sh and optionally - you can run it in cron every N minutes.

About

Integration Apache Guacamole with LibreNMS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published