Tuesday, 2021-10-26

dheemanthI 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 output00:10
dheemanthBut, "gnocchi metric list" command is not able to list hardware metrics fetched through snmp00:10
dheemanthmy /etc/ceilometer/pipeline.yaml file:00:10
dheemanth---00:10
dheemanthsources:00:10
dheemanth    - name: meter_source00:10
dheemanth      meters:00:10
dheemanth          - "*"00:10
dheemanth      sinks:00:10
dheemanth          - meter_sink00:10
dheemanth    - name: cpuutil_source00:10
dheemanth      meters:00:10
dheemanth          - "cpu"00:10
dheemanth      sinks:00:10
dheemanth          - cpuutil_sink00:10
dheemanth          - cpu_delta_sink00:10
dheemanth    - name: meter_snmp00:10
dheemanth      interval: 30000:10
dheemanth      resources:00:10
dheemanth          - snmp://172.16.100.8100: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_sink00:10
dheemanthsinks:00:10
dheemanth    - name: meter_sink00:10
dheemanth      meter: "*"00:10
dheemanth      transformers:00:10
dheemanth      publishers:00:10
dheemanth          - gnocchi://00:10
dheemanthPlease 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/!