mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-12 16:06:25 +02:00
IRC bot updates. We should make this mofo AWESOMES.
git-svn-id: http://www.observium.org/svn/observer/trunk@2133 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -179,6 +179,13 @@ $config['ignore_mount_optical'] = 1; # Ignore mounted optical discs
|
||||
$config['device_traffic_iftype'] = array('/loopback/','/tunnel/','/virtual/','/mpls/','/ieee8023adLag/');
|
||||
$config['device_traffic_descr'] = array('/loopback/','/vlan/','/tunnel/','/:\d+/','/bond/');
|
||||
|
||||
### IRC Bot configuration
|
||||
|
||||
$config['irc_host'] = "chat.eu.freenode.net";
|
||||
$config['irc_port'] = 6667;
|
||||
$config['irc_nick'] = "Observium";
|
||||
$config['irc_chan'][] = "#observium";
|
||||
|
||||
### Authentication
|
||||
|
||||
$config['allow_unauth_graphs'] = 0; ## Allow graphs to be viewed by anyone
|
||||
|
||||
Reference in New Issue
Block a user