summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 98e9139)
raw | patch | inline | side by side (parent: 98e9139)
author | Florian Forster <octo@huhu.verplant.org> | |
Mon, 29 Oct 2007 16:42:13 +0000 (17:42 +0100) | ||
committer | Florian Forster <octo@huhu.verplant.org> | |
Mon, 29 Oct 2007 16:42:13 +0000 (17:42 +0100) |
src/collectd-snmp.pod | patch | blob | history |
diff --git a/src/collectd-snmp.pod b/src/collectd-snmp.pod
index e3510819cc41540b58370a5ef20da0f4cc056868..00d41e50cc62827d007902bc118dba8b93d6e43d 100644 (file)
--- a/src/collectd-snmp.pod
+++ b/src/collectd-snmp.pod
Version 1
Community "community_string"
Collect "std_traffic"
- Inverval 120
+ Interval 120
</Host>
<Host "some.server.mydomain.org">
Address "192.168.0.42"
Since the aim of the C<snmp plugin> is to provide a generic interface to SNMP,
it's configuration is not trivial and may take some time.
-Since the C<Net-SNMP> library is used you cann use all the environment
-variables that are interpreted by that package. See L<snmpcmd(1)> for more
-details.
+Since the C<Net-SNMP> library is used you can use all the environment variables
+that are interpreted by that package. See L<snmpcmd(1)> for more details.
There are two types of blocks that can be contained in the
C<E<lt>PluginE<nbsp>snmpE<gt>> block: B<Data> and B<Host>:
=item B<Version> B<1>|B<2>
-Set the SNMP version to use. When giving B<2> version 2c is actually used.
+Set the SNMP version to use. When giving B<2> version C<2c> is actually used.
Version 3 is not supported by this plugin.
=item B<Community> I<Community>