Skip to content

Instantly share code, notes, and snippets.

@x1hash
x1hash / gist:a815d1c180fb26bb8f1c
Created August 27, 2015 07:27
LibreNMS -> HipChat
<?php
## Have a look in includes/defaults.inc.php for examples of settings you can set here. DO NOT EDIT defaults.inc.php!
### Database config
$config['db_host'] = "localhost";
$config['db_user'] = "librenms";
$config['db_pass'] = "HIDDEN";
$config['db_name'] = "librenms";
$config['db']['extension'] = 'mysqli';// mysql or mysqli