Skip to content

Commit 3ed3dca

Browse files
author
James Dobson
committed
Missed out runner script, opps
1 parent 8a9c151 commit 3ed3dca

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

run_monitor.py

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
from daemon import runner
2+
3+
from monslack.monitor import MonSlack
4+
5+
def run_monitor():
6+
ms = MonSlack()
7+
drun = runner.DaemonRunner(ms)
8+
drun.do_action()
9+
10+
11+
if __name__ == "__main__":
12+
run_monitor()

0 commit comments

Comments
 (0)