Pvecm_nodes fails parsing if proxmox nodes together with a quorum device are used

**CMK version: 2.1.0p15 **
**OS version: docker **

I’m using checkmk to monitor proxmox nodes. Now I added a quorum device to my cluster and this changed the output of “pvecm nodes” in such a way, that checkmk is no longer able to parse the output.

old (taken from checks/pvecm_nodes):

     Nodeid      Votes Name
          1          1 hp1 (local)
          2          1 hp2
          3          1 hp3
          4          1 hp4

new output:

    Nodeid      Votes    Qdevice Name
         1          1    A,V,NMW pve1 (local)
         2          1    A,V,NMW pve2
         4          1    A,V,NMW pve4
         0          2            Qdevice

I tried a quick change to the pvecm_nodes file within my docker container, but I seem to miss a thing.

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed. Contact an admin if you think this should be re-opened.