Open SteveDevOps opened 8 years ago
we traced through your code and found where it's trying to load stats json from the associated redis key which we identified as:
redmon:redis:<ip address>:6379:stats
We then attempted to clear it out from the redis-cli
del redmon:redis:<ip address>:6379:stats
and restart redmon, but ui fails to load and we re-enter this crash cycle. We are running redmon standalone, no integrations. Other things to try?
I have been able to determine that the cause of the break in run is slowlog contents. There are some HMGETs included in the slowlog get and these end with (the following for example) :
835510:516818
839761:520340
843986:524044
654885:20391
... (995 more arguments)
which I believe is what is breaking the json convert. For the moment we are running without slowlog data but would like to know a workaround?
@SteveDevOps - I haven't really touched this code for a couple of years. I can take a look this weekend and get back with you. Thanks for reporting this.
Greatly appreciated.. let me know. Thx!
any ideas? It loops through rescue, never resolves, and I have to manually stop it.