summaryrefslogtreecommitdiffstats
path: root/doc/omsnmp.html
blob: 7378ad72d1e8eb4f05600a64cead046a5503987a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<html>

<head>
<meta http-equiv="Content-Language" content="de">
<title>Understanding rsyslog queues</title>
</head>

<body>

<h1>SNMP Output Module</h1>
<p><b>Module Name:&nbsp;&nbsp;&nbsp; omsnmp</b></p>
<p><b>Description</b>:</p>
<p>Provides the ability to send SNMPv1 &amp; v2 traps.</p>
<p>...</p>
<p><b>Action Line:</b></p>
<p>%omsnmp% without any further parameters.</p>
<p><b>Configuration Directives</b>:</p>
<ul>
	<li>$ActionSNMPTransport ...</li>
	<li>...</li>
</ul>
<p><b>Caveats/Known Bugs:</b></p>
<p><b>Sample:</b></p>
<p>The following commands send every message as a snmp trap.</p>
<textarea rows="4" cols="60">$ModLoad omsnmp.so
....
*.* :omsnmp:
</textarea>

<p>[<a href="rsyslog_conf.html">rsyslog.conf overview</a>] [<a href="manual.html">manual 
index</a>] [<a href="http://www.rsyslog.com/">rsyslog site</a>]</p>
<p><font size="2">This documentation is part of the
<a href="http://www.rsyslog.com/">rsyslog</a> project.<br>
Copyright &copy; 2008 by <a href="http://www.gerhards.net/rainer">Rainer Gerhards</a> and
<a href="http://www.adiscon.com/">Adiscon</a>. Released under the GNU GPL 
version 3 or higher.</font></p>

</body>

</html>