1.1.2 • Published 3 years ago

pm-docker v1.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
3 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

3 years ago

1.1.2

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.2

3 years ago

1.0.3

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago