summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHideki Yamane <henrich@debian.org>2014-03-30 18:46:20 +0900
committerHideki Yamane <henrich@debian.org>2014-03-30 18:46:20 +0900
commit2b755268e3f491f9905fd95d995cefd1be36d6b8 (patch)
treea7520e7971aaa6079c4a955a55e685cfa6a487d4
parent5449b32e83a186f08a6d85afda8cbd624ceb4499 (diff)
downloadpkg-net-snmp-2b755268e3f491f9905fd95d995cefd1be36d6b8.tar.gz
add exapmle line
-rw-r--r--debian/snmptrapd.conf7
1 files changed, 6 insertions, 1 deletions
diff --git a/debian/snmptrapd.conf b/debian/snmptrapd.conf
index 5dd4fec..d037b52 100644
--- a/debian/snmptrapd.conf
+++ b/debian/snmptrapd.conf
@@ -16,4 +16,9 @@
#
#authCommunity log,execute,net private 
#authCommunity log,execute,net public
-#traphandle default /usr/bin/traptoemail -s smtp.example.org foobar@example.org
+#
+## send mail when get any events
+#traphandle defalut /usr/bin/traptoemail -s smtp.example.org foobar@example.org
+#
+## send mail when get linkDown
+#traphandle .1.3.6.1.6.3.1.1.5.3 /usr/bin/traptoemail -s smtp.example.org foobar@example.org