Skip to content

📈 A quick and easy way to view beautiful monitoring statistics from your pm2 app

Notifications You must be signed in to change notification settings

alexander-daniel/pm2-plotly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pm2-plotly

Create a quick dashboard to monitor pm2 apps using Plotly

install

npm install -g pm2-plotly

configure with your Plotly credentials

touch ~/.pm2_plotly

Fill that file with your credentials:

{
    "username": "alexander.daniel",
    "apiKey": "xxxxxxxxxxx",
    "tokens": [
        "xxxxxxxxxxx",
        "xxxxxxxxxxx"
    ]
}

Now you're ready to go!

start the dashboard server:

pm2-plotly

Visiting http://localhost:9090/ will show you a list of running pm2 apps.

Right now you can only view one at a time, as this script only uses 2 plotly streamTokens. Feel free to fork!

license

MIT

About

📈 A quick and easy way to view beautiful monitoring statistics from your pm2 app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published