Steve Bonds

Results 19 comments of Steve Bonds

I traced the initiation of this error spam to starting the HP server diagnostics via the System Management Homepage. When started, I see the following in the logs: ``` Feb...

> Are there other events mixed in with the config_sync ones? No. > Does stopping the ZED halt the creating of new events? Yes. A restart also stops all future...

For my use cases, it would be great to specify a specific subset of interfaces and capture on that set. Information on which packets came from which interface is important...

I made a mock-up of one working method here: http://covidtrends.covid19.sbonds.org/ The UI is horrific, but it works. The code is in the linked pull request #46

A testament to the flexibility of the methods that Aatish chose-- here's your comparison on the copy I made: http://covidtrends.covid19.sbonds.org/?region=US+Counties&location=New+York%2FNew+York+City&location=Washington%2FKing

Actually... use caution trusting the data my fork produces. It seems like there's a problem in there somewhere as some county totals don't add up correctly

The bad data I was seeing was caused by a name collision when two or more states had a county of the same name. I've fixed it by indexing the...

I like the overall idea. It looks a lot like what I first had in mind until I thought it would be interesting to compare county-level data across states. For...

If merging, watch out for the URL change in createURL() to support my demo site. That should not be merged into the main branch.

I don't envy you the task of finding a way to have so many different interpreters all work on the same script. If I find a magic solution, I'll come...