summaryrefslogtreecommitdiff
path: root/torrus/configs/snmptrap-siteconfig.pl
blob: 27fbb1d11e64e6bc289ad995966891e6bba6ab94 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Torrus SNMP Trap configuration. Put all your site specifics here.

# Hosts that will receive traps
@Torrus::Snmptrap::hosts = qw( localhost );

# SNMP community for trap sending
$Torrus::Snmptrap::community = 'public';

# SNMP trap port.
$Torrus::Snmptrap::port = 162;


1;

# Local Variables:
# mode: perl
# indent-tabs-mode: nil
# perl-indent-level: 4
# End: