diff options
author | Michael Biebl <biebl@debian.org> | 2008-07-18 16:41:52 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-07-22 12:24:16 +0200 |
commit | 9b59581a6f7d161c7aafbc3300689337939bb382 (patch) | |
tree | 9b000f97ffa64be57fae549e43d742b0128323db /doc/omsnmp.html | |
parent | 22f6e935f75514d3bf63fdc42d296c9e6b7b2b4c (diff) | |
download | rsyslog-9b59581a6f7d161c7aafbc3300689337939bb382.tar.gz rsyslog-9b59581a6f7d161c7aafbc3300689337939bb382.tar.xz rsyslog-9b59581a6f7d161c7aafbc3300689337939bb382.zip |
use the $ModLoad syntax consistently.
Update the documentation to use the new, preferred $ModLoad syntax:
- no more MySQL
- name of the in/output plugin without the trailing .so
Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
Diffstat (limited to 'doc/omsnmp.html')
-rw-r--r-- | doc/omsnmp.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/omsnmp.html b/doc/omsnmp.html index 5b10bd9e..31aaef24 100644 --- a/doc/omsnmp.html +++ b/doc/omsnmp.html @@ -152,7 +152,7 @@ developer (headers) package installed. </p> will need to have the adiscon mibs installed. </li></ul> <p><b>Sample:</b></p> <p>The following commands send every message as a snmp trap.</p> -<textarea rows="10" cols="60">$ModLoad omsnmp.so +<textarea rows="10" cols="60">$ModLoad omsnmp $actionsnmptransport udp $actionsnmptarget localhost @@ -171,4 +171,4 @@ Copyright © 2008 by <a href="http://www.gerhards.net/rainer">Rainer Gerhards</a <a href="http://www.adiscon.com/">Adiscon</a>. Released under the GNU GPL version 3 or higher.</font></p> -</body></html>
\ No newline at end of file +</body></html> |