All Projects → pm2-hive → pm2-docker

pm2-hive / pm2-docker

Licence: other
Monitor Docker Daemon (expose host docker daemon for monitoring)

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to pm2-docker

Pm2 Syslog
PM2 module to redirect application logs to syslog
Stars: ✭ 34 (+61.9%)
Mutual labels:  monitor, module, pm2
Pm2 Server Monit
Monitor server CPU / Memory / Process / Zombie Process / Disk size / Security Packages / Network Input / Network Output
Stars: ✭ 247 (+1076.19%)
Mutual labels:  monitor, module, pm2
pm2-githook
receive webhook from github/gitlab and ask pm2 to reload the application for you
Stars: ✭ 39 (+85.71%)
Mutual labels:  module, pm2
pm2-server-monitor
The monitor for pm2 node.js servers, with nice web UI.
Stars: ✭ 34 (+61.9%)
Mutual labels:  monitor, pm2
Pm2 Logrotate
Automatically rotate all applications logs managed by PM2
Stars: ✭ 905 (+4209.52%)
Mutual labels:  monitor, pm2
monitor
mac 实时网速监控 bandwidh monitor
Stars: ✭ 23 (+9.52%)
Mutual labels:  monitor
docker-nginx-mainline
Devilbox's Nginx mainline (based on official Nginx Docker) [multi-arch]
Stars: ✭ 15 (-28.57%)
Mutual labels:  docker-container
bull-monitor
🐂 Standard UI for Bull and BullMQ.
Stars: ✭ 89 (+323.81%)
Mutual labels:  monitor
final-pm
Finally a good node.js process manager.
Stars: ✭ 21 (+0%)
Mutual labels:  pm2
chrome-extension-aspectratio219
🖥️ Fit the screen properly in fullscreen mode on monitor ultrawide with 21:9 aspect ratio (Netflix, Youtube, PrimeVideo, Crunchyroll)
Stars: ✭ 28 (+33.33%)
Mutual labels:  monitor
SAPNetworkMonitor
Based on niping for sap network monitoring QQ群: 651878914
Stars: ✭ 48 (+128.57%)
Mutual labels:  monitor
diffido
Watch web pages for changes
Stars: ✭ 19 (-9.52%)
Mutual labels:  monitor
Unknown-Logger
An advanced Windows Keylogger with features like (Disable CMD, Screenshotter, Client Stub Builder, Low Level Keyhooks, Hide Application, Respawner, Delete Chrome and Firefox data, and more!)
Stars: ✭ 23 (+9.52%)
Mutual labels:  monitor
mirror-http-server
A dummy HTTP server that responds whatever you told it to
Stars: ✭ 35 (+66.67%)
Mutual labels:  docker-container
lazy-load
🌅 Lazy Loading module for Nuxt 3
Stars: ✭ 30 (+42.86%)
Mutual labels:  module
puppetlabs-apt
Puppet module to help manage Apt
Stars: ✭ 215 (+923.81%)
Mutual labels:  module
RS232-Monitor-Database
🔌📺 This is a public database for all the known RS232 commands for professionnal screens, monitors and projectors. Feel free to contribute !
Stars: ✭ 22 (+4.76%)
Mutual labels:  monitor
docker-compose-laravel
A Docker Compose setup for Laravel projects.
Stars: ✭ 23 (+9.52%)
Mutual labels:  docker-container
android-container
Run E2E Android Testing with Docker Container
Stars: ✭ 101 (+380.95%)
Mutual labels:  docker-container
icingaweb2-module-cube
Drill-down view for Icinga web 2 based on custom variables
Stars: ✭ 40 (+90.48%)
Mutual labels:  module

Monitor your docker containers with PM2

Requires Docker version 1.5.x or higher as the stats API was released as part of the Docker Remote API version 1.17

How to use it ?

RUN pm2 install pm2-docker

When starting make sure you expose the local docker socket via -v /var/run/docker.sock:/var/run/docker.sock

$ docker run -p 81:3000  -v `pwd`/example_app:/app -v /var/run/docker.sock:/var/run/docker.sock keymetrics/pm2-docker-alpine

LICENSE

TBD

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].