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:
Adam Amstrong
2011-04-21 15:27:41 +00:00
parent 6cc1abf2e5
commit 7d70797b75
2 changed files with 28 additions and 12 deletions
+7
View File
@@ -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