Skip to main content

Utilities for generating conn-check YAML configs from other sources, such as Django settings

Project description

This is a set of Python modules and utilities for generating conn-check config YAML from other sources, such as Django settings modules.

Supported sources

  • Django settings modules

Usage

Django

You can export common settings from a Django application using the conn-check-django command line utility, which takes the following arguments:

  • -m, --settings-module: the Python module for Django to import.

  • -d, --database-name: the database schema name if not set as NAME in the Django settings.

  • --statsd-send: Optional string to send with statsd checks (defaults to a conn-check specific metric).

  • --statsd-expect: Optional response string to expect from a statsd check.

  • -f, output-file: Optionally output to a file rather than STDOUT.

Followed by a path to the generated YAML file, for example:

$ conn-check-django -m myapp.settings -f /tmp/myapp-conncheck.yaml
$ conn-check /tmp/myapp-conncheck.yaml

Extending configuration generation

You may want to extend the generated checks with custom (or unsupported) settings, this can be done by creating your own script and importing all the functions/variables from the relevant conn_check_configs submodule (e.g. django), and then extending the EXTRA_CHECK_MAKERS list with your own check making functions, which must take 2 arguments: the Django settings module and the options from the CLI (usually a argparse.Namespace instance).

Building wheels

To allow for easier/more portable distribution of this tool you can build conn-check-configs and all it’s dependencies as Python wheels:

make clean-wheels
make build-wheels

The build-wheels make target will build conn-check-configs and it’s base dependencies.

By default all the wheels will be placed in ./wheels.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

conn-check-configs-1.0.9.tar.gz (18.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

conn_check_configs-1.0.9-py2-none-any.whl (7.3 kB view details)

Uploaded Python 2

File details

Details for the file conn-check-configs-1.0.9.tar.gz.

File metadata

File hashes

Hashes for conn-check-configs-1.0.9.tar.gz
Algorithm Hash digest
SHA256 464fd720da6562abeabb96c172646757c4cfc54948318f265574ce9a673b6010
MD5 04980b462229e4cdff3e9d398df3bbcc
BLAKE2b-256 b9a0690efc4a843ffaddbe28b2988172349ad2dd445574f3ea5a76f9cecf1ad0

See more details on using hashes here.

File details

Details for the file conn_check_configs-1.0.9-py2-none-any.whl.

File metadata

File hashes

Hashes for conn_check_configs-1.0.9-py2-none-any.whl
Algorithm Hash digest
SHA256 89066301e2ba06a260a8da58251cacbc3328f1ffb1b38353fe0dbd54f8b8cf96
MD5 3c8300eeefe7801ab6c7cddcc8efaac1
BLAKE2b-256 601f4866e6888aee0d40e70eebdb39f6ed6b5ec304f6bae445f7aa87f3657cd2

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page