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 b52a3b3 commit 3802152
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Up,Down 报警状态机
```bash
*/1 * * * * python /root/NodePingManage/npm.py > /dev/null
```
*注意:如果使用计划任务,npm.py中的路径请使用绝对路径*
**注意:如果使用计划任务,npm.py中的devicefile_init 和 devicetmp 路径请使用绝对路径**

排错
------
Expand Down
2 changes: 1 addition & 1 deletion npm.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#--------logfile--------------
pythonlog = '/root/mylog.txt'

npm_title = "npm.slp" #example:NPM.idc3
npm_title = "npm.idc1" #example:NPM.idc3
linecount = 0
MAX_process = 300 #mutiprocessing
sms_off = 0
Expand Down

0 comments on commit 3802152

Please sign in to comment.