torrus, RT#10574
[freeside.git] / torrus / configs / snmptrap-siteconfig.pl
1 # Torrus SNMP Trap configuration. Put all your site specifics here.
2
3 # Hosts that will receive traps
4 @Torrus::Snmptrap::hosts = qw( localhost );
5
6 # SNMP community for trap sending
7 $Torrus::Snmptrap::community = 'public';
8
9 # SNMP trap port.
10 $Torrus::Snmptrap::port = 162;
11
12
13 1;
14
15 # Local Variables:
16 # mode: perl
17 # indent-tabs-mode: nil
18 # perl-indent-level: 4
19 # End: