summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 2608742)
raw | patch | inline | side by side (parent: 2608742)
author | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Sat, 2 Jun 2007 10:06:19 +0000 (12:06 +0200) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Sat, 2 Jun 2007 10:06:19 +0000 (12:06 +0200) |
src/collectd-snmp.pod | patch | blob | history |
diff --git a/src/collectd-snmp.pod b/src/collectd-snmp.pod
index af416751f20d1b9c1937ddce9ff4d46d1a001a3c..c19b8a00c0cb03d8f6f449e049e40387f7f76456 100644 (file)
--- a/src/collectd-snmp.pod
+++ b/src/collectd-snmp.pod
If B<Table> is set to I<true>, I<Instance> is interpreted as an SNMP-prefix
that will return a list of strings. Those strings are then used as the actual
type-instance. An example would be the C<IF-MIB::ifDescr> subtree.
-L<variables(5)> describes the format of OIDs.
+L<variables(5)> from the SNMP distribution describes the format of OIDs.
If B<Table> is set to I<false> the actual string configured for I<Instance> is
copied into the value-list. In this case I<Instance> may be empty, i.E<nbsp>e.
=item B<Values> I<OID> [I<OID> ...]
Configures the values to be queried from the SNMP host. The meaning slightly
-changes with the B<Table> setting. L<variables(5)> describes the format of
-OIDs.
+changes with the B<Table> setting. L<variables(5)> from the SNMP distribution
+describes the format of OIDs.
If B<Table> is set to I<true>, each I<OID> must be the prefix of all the
values to query, e.E<nbsp>g. C<IF-MIB::ifInOctets> for all the counters of
=back
-=head2 The Head block
+=head2 The Host block
The B<Host> block defines which hosts to query, which SNMP community and
version to use and which of the defined B<Data> to query.