On Jan 22, 2018, at 8:33 AM, Mike Lopes <mlopes@teksavvy.ca> wrote: ...
On the new servers, I am using the following: ... usage { Acct-Status-Type = 'lastStatus' Event-Timestamp = 'timeStamp' Acct-Output-Octets64 = 'download' Acct-Input-Octets64 = 'upload'
I don't think that was ever supported. The "usage" block certainly wasn't in the original commit 6ee87931c.
Now on my new server, it completely skips over the usage part and I'm no longer getting the interim updates into our couchbase server. I'm assuming that what used to work, no longer works. So it may have moved or remove. Or probably, it I missed something in another file, possibly in mods-config.
The code in rlm_couchbase.c definitely processes accounting interim-update packets. So what does the debug log show when you receive such a packet? Alan DeKok.