zulip/docs/production
Alex Vandiver e94b6afb00 nagios: Remove broken check_email_deliverer_* checks and related code.
These checks suffer from a couple notable problems:
 - They are only enabled on staging hosts -- where they should never
   be run.  Since ef6d0ec5ca, these supervisor processes are only
   run on one host, and never on the staging host.
 - They run as the `nagios` user, which does not have appropriate
   permissions, and thus the checks always fail.  Specifically,
   `nagios` does not have permissions to run `supervisorctl`, since
   the socket is owned by the `zulip` user, and mode 0700; and the
   `nagios` user does not have permission to access Zulip secrets to
   run `./manage.py print_email_delivery_backlog`.

Rather than rewrite these checks to run on a cron as zulip, and check
those file contents as the nagios user, drop these checks -- they can
be rewritten at a later point, or replaced with Prometheus alerting,
and currently serve only to cause always-failing Nagios checks, which
normalizes alert failures.

Leave the files installed if they currently exist, rather than
cluttering puppet with `ensure => absent`; they do no harm if they are
left installed.
2021-08-03 16:07:13 -07:00
..
authentication-methods.md docs: Move docs on SOCIAL_AUTH_OIDC_FULL_NAME_VALIDATED to ReadTheDocs. 2021-07-24 15:16:13 -07:00
deployment.md smokescreen: Default to only listening on 127.0.0.1. 2021-07-14 15:40:26 -07:00
email-gateway.md emails: Rename "missed message email" to "message notification email". 2021-04-21 10:10:54 -07:00
email.md docs: Add missing space to compound verbs “log in”, “set up”, etc. 2021-04-26 09:31:08 -07:00
expensive-migrations.md docs: Add missing space to compound verbs “log in”, “set up”, etc. 2021-04-26 09:31:08 -07:00
export-and-import.md docs: Fix typo in export docs. 2021-05-10 17:33:21 -07:00
giphy-gif-integration.md docs: Provide more detailed instructions for requesting API key. 2021-05-27 12:09:40 -07:00
index.rst giphy: Use GIPHY web SDK to allow inserting GIFs in compose box. 2021-04-05 15:04:49 -07:00
install-existing-server.md docs: Replace chat-zulip-org page with /developer-community/. 2021-07-25 22:17:57 -07:00
install.md docs: Replace chat-zulip-org page with /developer-community/. 2021-07-25 22:17:57 -07:00
maintain-secure-upgrade.md docs: Fix capitalization mistakes. 2021-05-10 09:57:26 -07:00
management-commands.md commands: Add delete_user management command and document it. 2021-05-10 15:38:14 -07:00
mobile-push-notifications.md rate_limit: Add rate limiting of ZulipRemoteServer. 2021-07-08 15:55:02 -07:00
multiple-organizations.md docs: Fix more capitalization issues. 2020-10-23 11:46:55 -07:00
password-strength.md docs: Convert many http URLs to https. 2020-03-26 21:35:32 -07:00
postgresql.md postgresql: Switch to defaulting to PostgreSQL 13. 2021-04-27 16:55:04 -07:00
requirements.md docs: Replace chat-zulip-org page with /developer-community/. 2021-07-25 22:17:57 -07:00
security-model.md docs: Replace chat-zulip-org page with /developer-community/. 2021-07-25 22:17:57 -07:00
settings.md docs: Replace chat-zulip-org page with /developer-community/. 2021-07-25 22:17:57 -07:00
ssl-certificates.md docs: Say that certbot wildcard has been released. 2021-01-17 11:17:09 -08:00
troubleshooting.md nagios: Remove broken check_email_deliverer_* checks and related code. 2021-08-03 16:07:13 -07:00
upgrade-or-modify.md docs: Replace chat-zulip-org page with /developer-community/. 2021-07-25 22:17:57 -07:00
upload-backends.md uploads: Support non-AWS S3-compatible server. 2020-10-28 21:59:07 -07:00
video-calls.md docs: Correct Big Blue Button to BigBlueButton. 2021-07-05 16:59:00 -07:00