Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


Python ping tester
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

Python ping tester

Here's a Python program I wrote as part of a monitoring system I am working on. I thought someone else might find it useful.

The program reads a list of targets from a SQLite 3 database and writes the ping results back to the database. I run it as a cron job.

Code

Sign In or Register to comment.