Dead man's switch (server)

Be notified when customers' odoo instances go down

Technical Name:
dead_mans_switch_server
Version:
8.0
License:
Author:
Therp BV
Website:
https://odoo-community.org/web/image/product.template/3363/image_1920?unique=6b8ea98
  • Odoo Version

Terms and Conditions 

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.

This is a preview of the recently viewed products by the user.
Once the user has seen at least one product this snippet will be visible.

Recently viewed Products