app-monitor

Software Screenshot:
app-monitor
Software Details:
Version: 0.1.3
Upload Date: 20 Feb 15
Developer: Anthony Tresontani
Distribution Type: Freeware
Downloads: 9

Rating: nan/5 (Total Votes: 0)

app-monitor is a command-line tool with the purpose of simplifying business check script execution for your application.

If you want to check than at least one email has been sent to a customer, an order has been placed, a new record has been added in the DB, etc... , monitor will run your check script on a regular basis. If that fail, he will notify you via any channel.

Specify your jobs through a python class.

class CheckOK(Check):

 frequency = 5 notifiers = [ConsoleNotifier]

 def check(self):
 return Check.OK

Every 5 minutes, this check script will run and ensure that... it's OK.

Requirements:

  • Python

Similar Software

arbtt
arbtt

14 Apr 15

Os-Cafe
Os-Cafe

2 Jun 15

AsItHappens
AsItHappens

20 Feb 15

unified2
unified2

20 Feb 15

Other Software of Developer Anthony Tresontani

Comments to app-monitor

Comments not found
Add Comment
Turn on images!