<div dir="ltr">Hi. I have an interesting issue. We have two OpenSIPS servers with load balancer (with two different group IDs in the lb table) and we have probing set correctly and we are using the event, E_LOAD_BALANCER_STATUS, to capture changes to servers that were probed. But we noticed that we have the same server URI listed in the lb table, but with two different group IDs, if one of the OpenSIPS servers probes that URI and it does not return, then lb disables both groups. I'd expect it to only disable one group. <div><br></div><div>My question is how can we tell the LB module to disable the IP, but also look for the groupID. For example, I have a printout of lb_list below.</div><div><div><br></div><div><span style="color:rgb(29,28,29);font-family:Monaco,Menlo,Consolas,"Courier New",monospace;font-size:12px;font-variant-ligatures:none;background-color:rgba(29,28,29,0.04)"> "uri": "sip:<a href="http://1.2.3.4:5060">1.2.3.4:5060</a>",
"id": 27,
</span><span style="color:rgb(29,28,29);font-family:Monaco,Menlo,Consolas,"Courier New",monospace;font-size:12px;font-variant-ligatures:none;background-color:rgb(255,255,0)">"group": 12,</span><span style="color:rgb(29,28,29);font-family:Monaco,Menlo,Consolas,"Courier New",monospace;font-size:12px;font-variant-ligatures:none;background-color:rgba(29,28,29,0.04)">
"enabled": "no",
"auto-reenable": "on",
"Resources": [
{
"name": "vz12",
"max": 600,
"load": 0
}
],
"attrs": "0"</span><br></div><div><span style="color:rgb(29,28,29);font-family:Monaco,Menlo,Consolas,"Courier New",monospace;font-size:12px;font-variant-ligatures:none;background-color:rgba(29,28,29,0.04)"><br></span></div><div><font color="#1d1c1d" face="Monaco, Menlo, Consolas, Courier New, monospace"><span style="font-size:12px;font-variant-ligatures:none;background-color:rgba(29,28,29,0.04)">AND</span></font></div><div><span style="color:rgb(29,28,29);font-family:Monaco,Menlo,Consolas,"Courier New",monospace;font-size:12px;font-variant-ligatures:none;background-color:rgba(29,28,29,0.04)">{
"uri": "sip:<a href="http://1.2.3.4:5060">1.2.3.4:5060</a>",
"id": 29,
</span><span style="color:rgb(29,28,29);font-family:Monaco,Menlo,Consolas,"Courier New",monospace;font-size:12px;font-variant-ligatures:none;background-color:rgb(255,255,0)">"group": 13,</span><span style="color:rgb(29,28,29);font-family:Monaco,Menlo,Consolas,"Courier New",monospace;font-size:12px;font-variant-ligatures:none;background-color:rgba(29,28,29,0.04)">
"enabled": "no",
"auto-reenable": "on",
"Resources": [
{
"name": "vz13",
"max": 600,
"load": 0
}
],
"attrs": "0"
},</span><font color="#1d1c1d" face="Monaco, Menlo, Consolas, Courier New, monospace"><span style="font-size:12px;font-variant-ligatures:none;background-color:rgba(29,28,29,0.04)"><br></span></font></div></div><div><span style="color:rgb(29,28,29);font-family:Monaco,Menlo,Consolas,"Courier New",monospace;font-size:12px;font-variant-ligatures:none;background-color:rgba(29,28,29,0.04)"><br></span></div><div><font color="#1d1c1d" face="Monaco, Menlo, Consolas, Courier New, monospace"><span style="font-size:12px;font-variant-ligatures:none;background-color:rgba(29,28,29,0.04)">Thank you,</span></font></div><div><font color="#1d1c1d" face="Monaco, Menlo, Consolas, Courier New, monospace"><span style="font-size:12px;font-variant-ligatures:none;background-color:rgba(29,28,29,0.04)">Alex</span></font></div></div>