Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: monit config template #288

Merged
merged 1 commit into from
May 16, 2022
Merged

Conversation

jpickwell
Copy link
Contributor

@jpickwell jpickwell commented Sep 30, 2021

The config template had a couple issues that made it not work.

  • The check process line was indented when it should not have been.
  • The use of fetch(:full_app_name) instead of fetch(:application). No idea where :full_app_name was supposed to come from, but, at least for me, it doesn't exist.
  • The use of ps -ax instead of ps ax. The former would produce a warning because ps -aux is distinct from ps aux.

Also, formatted the comment to match the puma plugin's template for consistency.

The config template had a couple issues that made it not work.
- The `check process` line was indented when it should not have been.
- The use of `fetch(:full_app_name)` instead of `fetch(:application)`. No idea where `:full_app_name` was supposed to come from, but, at least for me, it doesn't exist.
- The use of `ps -ax` instead of `ps ax`. The former would produce a warning because `ps -aux` is distinct from `ps aux`.
- Formatted the comment to match the puma plugin's template for consistency.
@seuros seuros merged commit cfd1177 into seuros:master May 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants