Skip to main content

Be notified when customers' odoo instances go down

Project description

License: AGPL-3

Dead man’s switch (server)

This module receives status messages by dead_mans_switch_client and notifies you if a client instance didn’t check back in time.

As a side effect, you’ll also get some statistical data from your client instances.

Usage

Install dead_mans_switch_client on a customer instance and configure it as described in that module’s documentation. The clients will register themselves with the server automatically. They will show up with their database uuid, you’ll have to assign a human readable description yourself.

At this point, you can assign a customer to this client instance for reporting purposes, and, more important, add followers to the instance. They will be notified in case the instance doesn’t check back in time. Notification are only turned on for instances in state ‘active’, instances in states ‘new’ or ‘suspended’ will be ignored.

You’ll find the instances’ current state at Reporting/Customer instances.

Try me on Runbot

For further information, please visit:

Security considerations

As the controller receiving status updates is unauthenticated, any internet user can have your server create monitoring instance records. While this is annoying, it’s quite harmless and basically the same as misuse of the fetchmail module.

For a more substantial annoyance, the attacker would have to guess one of your client’s database uuids, so they functionally are your passwords.

To be sure, consider blocking this controller from unknown origins in your SSL proxy. In nginx, it would look like this:

location /dead_mans_switch/alive {
allow   192.168.1.0/24;
# add other client's IPs
deny    all;
}

Known issues / Roadmap

  • matching is done via the database’s uuid, so take care to change this if you clone a database

  • logging some postgres stats and disk usage would be nice too

Bug Tracker

Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smashing it by providing a detailed and welcomed feedback here.

Credits

Contributors

Maintainer

Odoo Community Association

This module is maintained by the OCA.

OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.

To contribute to this module, please visit http://odoo-community.org.

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

File details

Details for the file odoo8_addon_dead_mans_switch_server-8.0.1.0.0.99.dev47-py2-none-any.whl.

File metadata

File hashes

Hashes for odoo8_addon_dead_mans_switch_server-8.0.1.0.0.99.dev47-py2-none-any.whl
Algorithm Hash digest
SHA256 d947abaf037bdf3d140ee26b712227dcbac2bd7995abefffa2e79214ae599172
MD5 f8315277d43aec2ce838e8846d300375
BLAKE2b-256 36e8dcd05862d9139cf48ec625ffc4e741e330b4fb855450188d1e8aa68a786a

See more details on using hashes here.

Supported by

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