All Projects → pm2-hive → Pm2 Syslog

pm2-hive / Pm2 Syslog

PM2 module to redirect application logs to syslog

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Pm2 Syslog

Pm2 Server Monit
Monitor server CPU / Memory / Process / Zombie Process / Disk size / Security Packages / Network Input / Network Output
Stars: ✭ 247 (+626.47%)
Mutual labels:  module, monitor, pm2
pm2-docker
Monitor Docker Daemon (expose host docker daemon for monitoring)
Stars: ✭ 21 (-38.24%)
Mutual labels:  monitor, module, pm2
pm2-server-monitor
The monitor for pm2 node.js servers, with nice web UI.
Stars: ✭ 34 (+0%)
Mutual labels:  monitor, pm2
pm2-githook
receive webhook from github/gitlab and ask pm2 to reload the application for you
Stars: ✭ 39 (+14.71%)
Mutual labels:  module, pm2
Pm2 Logrotate
Automatically rotate all applications logs managed by PM2
Stars: ✭ 905 (+2561.76%)
Mutual labels:  monitor, pm2
Capricornus Cloud
Capricornus Cloud provides tools for developers to quickly build distributed systems.
Stars: ✭ 15 (-55.88%)
Mutual labels:  monitor
Sao Nm
Scaffold out a node module.
Stars: ✭ 30 (-11.76%)
Mutual labels:  module
Java9 Jigsaw Depvis
DepVis (Java 9 Jigsaw Dependency Visualizer)
Stars: ✭ 14 (-58.82%)
Mutual labels:  module
Currencyviewer
Short python framework that dynamically displays and converts the cryptocurrencies in your Kraken wallet into equivalents fiat money.
Stars: ✭ 13 (-61.76%)
Mutual labels:  module
Module Project
扩展性和灵活性非常好的模块化开发框架,内置很灵活高效的模板引擎
Stars: ✭ 33 (-2.94%)
Mutual labels:  module
Easyandroid
一个完整基于kotlin的安卓开发框架,采用了mvvm设计模式。涵盖了: 1、基于retrofit2封装的通过kotlin协程实现的网络框架 2、基于阿里开源router修改的api-router实现项目模块化 3、基于glide的图片加载缓存框架 4、基于room实现的往来数据缓存加载 5、基于step实现的数据异步提交 6、基于PreferenceHolder实现的本地数据快速存储 7、基于mlist实现的简单复杂列表的快速开发扩展 8、定制的toolbar可以自适应异形屏,挖孔屏,水滴屏等等。。 本框架几乎涵盖了开发所需的所有模块组件。简单fork之后就可以基于框架快速开发。
Stars: ✭ 33 (-2.94%)
Mutual labels:  module
Nim Morelogging
Logging library for Nim
Stars: ✭ 29 (-14.71%)
Mutual labels:  syslog
Syslog2irc
Receive syslog messages via UDP and show them on IRC.
Stars: ✭ 15 (-55.88%)
Mutual labels:  syslog
Azure Grafana Dashboard Templates
Grafana dashboard templates for Azure
Stars: ✭ 31 (-8.82%)
Mutual labels:  monitor
Interfacetable v3t
interfacetable_v3t (formerly check_interface_table_v3t)
Stars: ✭ 14 (-58.82%)
Mutual labels:  monitor
Smarthome
💡 智能电器管理综合系统
Stars: ✭ 33 (-2.94%)
Mutual labels:  pm2
Reddit Twitter Bot
Subreddit bot to upload newest image posts to a Twitter feed
Stars: ✭ 14 (-58.82%)
Mutual labels:  pm2
Pm2
Node.js Production Process Manager with a built-in Load Balancer.
Stars: ✭ 36,126 (+106152.94%)
Mutual labels:  pm2
Java9 Jigsaw Examples
Java 9, Jigsaw Example Suite
Stars: ✭ 32 (-5.88%)
Mutual labels:  module
Sentry
Sentry is cross-platform application monitoring, with a focus on error reporting.
Stars: ✭ 29,700 (+87252.94%)
Mutual labels:  monitor

pm2-syslog

Redirect all logs of PM2 + Apps managed into /var/log/syslog

Configure OS

Edit /etc/rsyslog.conf and uncomment:

# provides UDP syslog reception
module(load="imudp")
input(type="imudp" port="514")

Restart rsyslog:

$ sudo service rsyslog restart

Install module

# Install
$ pm2 install pm2-syslog

# Uninstall
$ pm2 uninstall pm2-syslog

License

MIT

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].