]> git.pld-linux.org Git - packages/collectd.git/blob - collectd-snmp.conf
- configuration moved to separate sub-configs
[packages/collectd.git] / collectd-snmp.conf
1 LoadPlugin snmp
2
3 #<Plugin snmp>
4 #   <Data "powerplus_voltge_input">
5 #       Type "voltage"
6 #       Table false
7 #       Instance "input_line1"
8 #       Values "SNMPv2-SMI::enterprises.6050.5.4.1.1.2.1"
9 #   </Data>
10 #   <Data "hr_users">
11 #       Type "users"
12 #       Table false
13 #       Instance ""
14 #       Values "HOST-RESOURCES-MIB::hrSystemNumUsers.0"
15 #   </Data>
16 #   <Data "std_traffic">
17 #       Type "if_octets"
18 #       Table true
19 #       Instance "IF-MIB::ifDescr"
20 #       Values "IF-MIB::ifInOctets" "IF-MIB::ifOutOctets"
21 #   </Data>
22 #   
23 #   <Host "some.switch.mydomain.org">
24 #       Address "192.168.0.2"
25 #       Version 1
26 #       Community "community_string"
27 #       Collect "std_traffic"
28 #       Inverval 120
29 #   </Host>
30 #   <Host "some.server.mydomain.org">
31 #       Address "192.168.0.42"
32 #       Version 2
33 #       Community "another_string"
34 #       Collect "std_traffic" "hr_users"
35 #   </Host>
36 #   <Host "some.ups.mydomain.org">
37 #       Address "192.168.0.3"
38 #       Version 1
39 #       Community "more_communities"
40 #       Collect "powerplus_voltge_input"
41 #       Interval 300
42 #   </Host>
43 #</Plugin>
This page took 0.062057 seconds and 3 git commands to generate.