import torrus 1.0.9
[freeside.git] / torrus / configs / snmptrap-siteconfig.pl
diff --git a/torrus/configs/snmptrap-siteconfig.pl b/torrus/configs/snmptrap-siteconfig.pl
new file mode 100644 (file)
index 0000000..27fbb1d
--- /dev/null
@@ -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: