Skip to content

Commit

Permalink
yhf
Browse files Browse the repository at this point in the history
  • Loading branch information
yihongfei committed Apr 14, 2017
1 parent b9c878c commit 18d56f5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,13 @@ python npm.py
|192.168.1.1|Server1|Init|[email protected]|13521161889


邮件短信报警模块配置
---------------------------
```bash
git clone https://github.com/hongfeioo/messagemodule.git
```
[messagemodule](https://github.com/hongfeioo/messagemodule)</p>



Up,Down 报警状态机
Expand Down
7 changes: 3 additions & 4 deletions npm.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,9 @@
from email.mime.text import MIMEText
from email.mime.image import MIMEImage

import sys
if not "/root/labroom" in sys.path:
sys.path.append("/root/labroom")
import messageMode


from messagemodule import messageMode
from pingModule import ping

#-------config------------------
Expand Down

0 comments on commit 18d56f5

Please sign in to comment.