Robert Kawecki
Robert Kawecki
Hi! I'm running into some issues due to the typings in DefinitelyTyped being out of date (namely, `log` missing, and `listener`-based consumer unrecognized in TS). Wouldn't it be easier to...
I would like to add that, while working on a simple WebID implementation, this feature has been really confusing. One would expect a given input to produce, after parsing, the...
How about: "A high-level structural JS framework for composing dynamic applications"?
Hi. I need some more context for this change. Could you describe what it aims to accomplish and why it is necessary? It seems to modify a file template only,...
Exit code 1 essentially means that `zabbix_sender` could not send the data. This is explained in the manpage of `zabbix_sender`. Not much `pm2-zabbix` can do in this situation - it...
It's set up correctly w.r.t. process placement. You should check the agent config file on the server running pm2 - look at `Server` and `ServerActive`, as they need to point...
Hi, it appears that this is partially the same issue as your other issue with PM2 file paths (referred in #16), as can be seen in the error message `{"errno":-2,"code":"ENOENT","syscall":"open","path":"/var/www//etc/nodejs_home/.pm2/pm2.pid"}`....
Also if you run with an env variable of `DEBUG=pm2:paths` you should see what `pm2` resolves the paths to (should be at the top of the log output). This obviously...
@ang3lwitch This looks like a different kind of problem. Are you positive that it used to work with a previous version? Could you please check? Error code 2 from the...
@jhan-aa What version of `pm2-zabbix` are you using? Can you run with `DEBUG=pm2:paths` to see why the path is being resolved in such a manner?