dheemanth | I am running snmpd on a host(172.16.100.81). On my controller, I can run snmpwalk command "snmpwalk -v2c -c public 172.16.100.81 UCD-SNMP-MIB::systemStats" and see the output | 00:10 |
---|---|---|
dheemanth | But, "gnocchi metric list" command is not able to list hardware metrics fetched through snmp | 00:10 |
dheemanth | my /etc/ceilometer/pipeline.yaml file: | 00:10 |
dheemanth | --- | 00:10 |
dheemanth | sources: | 00:10 |
dheemanth | - name: meter_source | 00:10 |
dheemanth | meters: | 00:10 |
dheemanth | - "*" | 00:10 |
dheemanth | sinks: | 00:10 |
dheemanth | - meter_sink | 00:10 |
dheemanth | - name: cpuutil_source | 00:10 |
dheemanth | meters: | 00:10 |
dheemanth | - "cpu" | 00:10 |
dheemanth | sinks: | 00:10 |
dheemanth | - cpuutil_sink | 00:10 |
dheemanth | - cpu_delta_sink | 00:10 |
dheemanth | - name: meter_snmp | 00:10 |
dheemanth | interval: 300 | 00:10 |
dheemanth | resources: | 00:10 |
dheemanth | - snmp://172.16.100.81 | 00:10 |
dheemanth | meters: | 00:10 |
dheemanth | - "hardware.cpu*" | 00:10 |
dheemanth | - "hardware.memory*" | 00:10 |
dheemanth | - "hardware.disk*" | 00:10 |
dheemanth | - "hardware.network*" | 00:10 |
dheemanth | sinks: | 00:10 |
dheemanth | - meter_sink | 00:10 |
dheemanth | sinks: | 00:10 |
dheemanth | - name: meter_sink | 00:10 |
dheemanth | meter: "*" | 00:10 |
dheemanth | transformers: | 00:10 |
dheemanth | publishers: | 00:10 |
dheemanth | - gnocchi:// | 00:10 |
dheemanth | Please let me know what is wrong. Why gnocchi is not able to get hardware metrics? | 00:10 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!