summaryrefslogtreecommitdiff
path: root/torrus/configs/snmptrap-siteconfig.pl
diff options
context:
space:
mode:
Diffstat (limited to 'torrus/configs/snmptrap-siteconfig.pl')
-rw-r--r--torrus/configs/snmptrap-siteconfig.pl19
1 files changed, 19 insertions, 0 deletions
diff --git a/torrus/configs/snmptrap-siteconfig.pl b/torrus/configs/snmptrap-siteconfig.pl
new file mode 100644
index 000000000..27fbb1d11
--- /dev/null
+++ b/torrus/configs/snmptrap-siteconfig.pl
@@ -0,0 +1,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: