summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5ba78ca)
raw | patch | inline | side by side (parent: 5ba78ca)
author | Pavel Rochnyack <pavel2000@ngs.ru> | |
Sun, 25 Jun 2017 07:40:07 +0000 (14:40 +0700) | ||
committer | Pavel Rochnyack <pavel2000@ngs.ru> | |
Sun, 25 Jun 2017 07:42:40 +0000 (14:42 +0700) |
As described at http://net-snmp.sourceforge.net/dev/agent/structsnmp__session.html,
it may include transport specifier and/or port number.
Configuration examples are updated too.
Closes: #2302
it may include transport specifier and/or port number.
Configuration examples are updated too.
Closes: #2302
src/collectd-snmp.pod | patch | blob | history |
diff --git a/src/collectd-snmp.pod b/src/collectd-snmp.pod
index c246f1da5d8375e46c0604dcec89ed21df3709f1..edb95060f2baea9015056a038901d06f6a79cd81 100644 (file)
--- a/src/collectd-snmp.pod
+++ b/src/collectd-snmp.pod
Collect "std_traffic" "hr_users"
</Host>
<Host "secure.router.mydomain.org">
- Address "192.168.0.7"
+ Address "192.168.0.7:165"
Version 3
SecurityLevel "authPriv"
Username "cosmo"
Collect "std_traffic"
</Host>
<Host "some.ups.mydomain.org">
- Address "192.168.0.3"
+ Address "tcp:192.168.0.3"
Version 1
Community "more_communities"
Collect "powerplus_voltge_input"
=item B<Address> I<IP-Address>|I<Hostname>
-Set the address to connect to.
+Set the address to connect to. Address may include transport specifier and/or
+port number.
=item B<Version> B<1>|B<2>|B<3>