ytx1991 / ChiaMonitor

An approach for monitoring multiple Chia harvester in one web app based dashboard
150 stars 41 forks source link

Regex match for mtail on Windows needs fixing #12

Closed xporterfield closed 3 years ago

xporterfield commented 3 years ago

Figured it out after coming across this (wants \r at end of regex): https://github.com/google/mtail/issues/518

...Total (?P<total_plots>\d+) plots\r$/ {

ytx1991 commented 3 years ago

I added a .* in the end, hope it works