Comment 5 for bug 1899030

Revision history for this message
Drew Freiberger (afreiberger) wrote : Re: Exporter returns malformed or invalid data using latest/edge channel

okay, the up in down and total are in health.go and should still exist.

https://github.com/digitalocean/ceph_exporter/blob/339d20fc237bf35a62631eba366b5b347209d57f/collectors/health.go#L701

I do see that ceph status does change format from:
     osdmap e36520: 18 osds: 18 up, 18 in
to
    osd: 3 osds: 3 up (since 75m), 3 in (since 75m)

which may not be accounted for in the code. The 3.0.0 code supports nautilus, but bionic-ussuri is ceph octopus.

Going to test nautilus, lumninous, and jewel ceph against p-c-e edge snap now to see if this is an ussuri/octopus-only issue.