예제 #1
0
파일: notify.py 프로젝트: salgo/cloudydave
from CloudyDave import CloudyDave
from config import notify


cd = CloudyDave()
domain = cd.getDomain()

# We intend to use the notify domain so init that
cd.notifyInit()

for testhost in notify:
    for test in notify[testhost]:
        cd.notifyCheck(testhost, test)