Skip to content

A simple Google AppEngine tool for monitoring a small number of webservers and notifying you of downtime using email or Prowl push notifications. This code is very very old but feel free to use it as it should still work

License

infincia/AEServmon

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

App Engine Server Monitor

This is a web server monitor written to run on Google App Engine. It's quite old but it still works and is being actively used by the original author 24/7.

The interface does not use Ajax, there is nothing but a form for adding new domains to monitor, and a list of servers being monitored. Most of the magic happens in checkservers.py which is used by the App Engine cron system to periodically check the stored domains.

Notifications

The notification method is via email or Prowl, which is a custom push notification API for iOS devices. I typically use email though, as I get iPhone notifications for those anyway.

About

A simple Google AppEngine tool for monitoring a small number of webservers and notifying you of downtime using email or Prowl push notifications. This code is very very old but feel free to use it as it should still work

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages