1.1.2 • Published 4 years ago

pm-docker v1.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

Lightweight non-invasive node service monitoring and early warning program, including optional enterprise wechat message push function.

Start with fork mode, single process, suitable for running in docker environment.

Install

npm  install -g pm-docker

USE

pmd run [script]

The script value is the scripts command configured in the node project package.json that you want to run.

CONFIG

Create the pm-docker.env file in your project directory and fill in the complete configuration information

#log save path
logPath=

#log split format
logPattern=.yyyy-MM-dd

#upper limit of cpu useage percent
cpuLimit=90

#mini free memory
memoryLimit=100000000

#available disk
diskLimit=500000000

#企业id
corpid=

#自建应用secret
corpsecret=

#自建应用agentid
agentid=

#消息推送给谁
touser=
1.1.1

4 years ago

1.1.2

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.2

4 years ago

1.0.3

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago