Talkabout
Talkabout
Thank you for your feedback! Can you tell me more about "managing to run dattobd on raspi"? What challenges will I face here? Is it about building it? I have...
Thank you, will take a look.
Was not able to make it work, facing following issue: `./include/asm-generic/div64.h:239:22: error: passing argument 1 of ‘__div64_32’ from incompatible pointer type [-Werror=incompatible-pointer-types] __rem = __div64_32(&(n), __base);` Any idea why this...
Hi @murrant , maybe it makes sense then to check what is stored in DB (selecting one row and verify) and then change the selection inside the widget configuration to...
we are storing numbers for priority and severity, based on the rsyslog template provided in the librenms documentation. So I assume that most of the people using rsyslog will have...
I think the most critical part here is removing the level column, because this needs adjustments of the syslog template. I cannot judge if this is something we can do...
yes, but this is a manual step that needs to be done by the user itself. If he does not do it, the data stored in syslog table will become...
maybe it is not... in the syslog.php we could simply check the number of fields provided by rsyslog (or any other facility). If this number contains the "level", we will...
> no, we can just throw away that field from the template, no need to adjust. maybe my previous comment is saying the same as your previous comment :) Sorry...
Hi @murrant , any news on that? I still have locally modified code base to assure the widget filtering works. Thanks!