pm2-slack icon indicating copy to clipboard operation
pm2-slack copied to clipboard

A PM2 module to emit events to Slack

Results 6 pm2-slack issues
Sort by recently updated
recently updated
newest added

My settings: ``` slack_url: https://hooks.slack.com/services/[redacted]/[redacted]/[redacted] buffer_seconds: 20 log: true ``` I tried stopping and starting pm2 but nothing... If I do `pm2 log` I can see my log files updating,...

added environment support for all config properties, they can beset by passing pm2_slack_{prop_name} to env

Thanks for great project! I have following feature request: I want to add `` to messages, so all members in our Slack channel get notification. Preferably as option, so we...

Hi, is there a way to ignore one of all the pm2 running processes? Thanks

Is there a reason this package uses version 0.15.10 of pm2? It is at 2.7.2 now. The reason I ask is since the old version has a `ikt: 'git+http://ikt.pm2.io/ikt.git#master'` dependency...

help wanted

@ma-zal Can we please change the `const` to a `var`? Realized this breaks some of my really old applications when running node without the `--harmony` flag. https://github.com/mattpker/pm2-slack/blob/8a0ed779feced06a6ad61d2a9d460c5b3e6cb142/index.js#L114

bug