sometimes after few lan failovers linux decides to use different bonding slave than i’d like it to. solution – remove from the bond interface acting as undesired master and then re-add it:
echo -eth1 > /sys/class/net/bond0/bonding/slaves sleep 1 echo +eth1 > /sys/class/net/bond0/bonding/slaves
… and nagios stops nagging.