test ArchiveEngine monitor

alarm if engine is not running
This commit is contained in:
Michael Davidsaver
2014-02-17 15:51:59 -05:00
parent e314f77805
commit 5882d518ee
5 changed files with 107 additions and 0 deletions

13
pidMonApp/Makefile Normal file
View File

@ -0,0 +1,13 @@
TOP=..
include $(TOP)/configure/CONFIG
include $(TOP)/configure/CONFIG_PY
#----------------------------------------
# ADD MACRO DEFINITIONS AFTER THIS LINE
DB += pidmon.db
PY += pidmon.py
include $(TOP)/configure/RULES
include $(TOP)/configure/RULES_PY
#----------------------------------------
# ADD RULES AFTER THIS LINE