James Seward

Results 67 comments of James Seward

Thanks for the info, I'll have a go at reproducing it. Hope the workaround of disabling/removing the long-term down host is ok for you for now.

Agreed, that is odd. Not sure what's going on there, but if it's legit I want that network :) Is it always those hosts? Could you maybe try changing them...

Glad that's fixed the weird behaviour for those hosts. It should include the ping time in the detail field; I'll take a look to see if I can see why...

Is this changing the HTML page to load the data from sites.js instead? Currently this is handled in the jinja template as it's rendered by the HTMLLogger: https://github.com/jamesoff/simplemonitor/blob/develop/simplemonitor/html/status-template.html#L70-L74

Not actively, I've had a bunch of thoughts about it swimming around my head and just need to see about expressing them in code :) Guessing it would be useful?...

That's a good idea, and it feels like they'd work well in combination too: the first time you start SimpleMonitor up they'd be in the unknown state, but if you...

Yes, but it's a hobby, and due to personal reasons I haven't had time to work on it for a while.

This is something I'm interested in working on already, and I've been reviewing how to build at least a `pip` package for SimpleMonitor so it can be installed that way....

How's your Python? :) I like the idea; it could either connect to the remote host and run commands directly, or could connect to it and send Python modules over...

Sounds good. I was thinking a "RemoteMonitor" class which will have the logic for making a remote connection (e.g. ssh) and methods for performing a command remotely and collecting the...