I’ve been using r2.11.2-1 for quit some time with alot of endpoint running just fine.
Today I wanted to add two server r2.12.3.1 to this collection and to my surprice the checks stay on pending and continues cluster endpoint disconnects of other nodes.
Any known compatibility issues ?
Is it possible to apt-get or install an older icinga agent until I decide to upgrade all of them?
I’ve been using r2.11.2-1 for quit some time with alot of endpoint running
just fine.
I assume that’s in a Master → Agent or else Master → Satellite → Agent
setup?
Today I wanted to add two server r2.12.3.1 to this collection and to my
surprice the checks stay on pending and continues cluster endpoint
disconnects of other nodes.
Are those machines Master, Satellites, or Agents?
Any known compatibility issues ?
https://icinga.com/docs/icinga-2/latest/doc/06-distributed-monitoring/ #versions-and-upgrade indicates that you can have a master one version higher
than a Satellite (or an Agent if directly connected), but a Satellite should
not be more recent than a Master, nor should an Agent be more recent than the
Satellite (or Master if directly connected).
Is it possible to apt-get or install an older icinga agent until I decide
to upgrade all of them?
Yes, just specifcy the appropriate version in the package install command:
aptitude install icinga2=2.11.2-1.buster
To find out the exact names of the packages available for your distribution /
release, try:
I had an older config master and newer 2nd master.
After adding two newer agents strange things begon to happen. Also strange cluster health disconnects from other agents that worked just fine.
Finally I think my problem was not having the two new nodes in the 2nd master zones.conf (that’s why I was having many PENDING checks and an empty source in these)
I assume that was also the problem why other agents suddenly became (flapping) disconnected etc.
So far two lessons learned.
Dont forget to update de zones.conf on all masters
Downgrading works perfect using the LINK to the example.