mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
New and Awesome IRC-Bot!
This commit is contained in:
@@ -378,10 +378,16 @@ $config['device_traffic_descr'][] = '/dummy/';
|
||||
|
||||
// IRC Bot configuration
|
||||
|
||||
$config['irc_host'] = "irc.freenode.net";
|
||||
$config['irc_port'] = 6667;
|
||||
$config['irc_nick'] = $config['project_id'];
|
||||
$config['irc_chan'][] = "##" . $config['project_id'];
|
||||
$config['irc_host'] = "";
|
||||
$config['irc_port'] = "";
|
||||
$config['irc_maxretry'] = 3;
|
||||
$config['irc_nick'] = "LibreNMS";
|
||||
$config['irc_chan'][] = "##librenms";
|
||||
$config['irc_pass'] = "";
|
||||
$config['irc_external'] = "";
|
||||
$config['irc_authtime'] = 3;
|
||||
$config['irc_debug'] = false;
|
||||
$config['irc_alert'] = false;
|
||||
|
||||
// Authentication
|
||||
|
||||
|
||||
Reference in New Issue
Block a user