| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/server-tools |
| GIT | |
| GIT | https://github.com/OCA/server-tools.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/server-tools/tree/15.0/monitoring |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Extra Tools |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), initOS GmbH |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), initOS GmbH |
| COMMITTERS | |
| COMMITTERS | OCA-git-bot, oca-ci, fkantelberg |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/server-tools |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:46:39 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - base - base_setup - web - bus - web_tour |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_monitoring_form |
monitoring | form | New | |
view_monitoring_script_form |
monitoring.script | form | New | |
view_monitoring_script_tree |
monitoring.script | tree | New | |
view_monitoring_tree |
monitoring | tree | New |
active
Boolean
default=True
mail_sent
Boolean
mail_template_id
Many2one → mail.template
domain=[('model', '=', 'monitoring')]
help='Set a mail template to send a mail if the state is warning or critical.'
args: 'mail.template'
name
Char
script_ids
Many2many → monitoring.script
state
Selection
compute='_compute_state'
default='unknown'
args: '_get_states'
token
Char
copy=False
default=<expr>
help='Token to use for the API'
readonly=True
verbose
Boolean
help='Send the information about all scripts'
action_validate(self)
cron_validate(self, send_mail=True)
validate(self, send_mail=False)
active
Boolean
default=True
check_type
Selection
help='`Expect False` .. The result must be False to be not critical\n`Expect True` .. The result must be True to be not critical\n`Expect Lower` .. The result must be lower than the thresholds\n`Expect Higher` .. The result must be higher than the thresholds\n'
required=True
args: '_get_types'
critical
Float
help='Threshold for critical'
monitoring_ids
Many2many → monitoring
name
Char
required=True
snippet
Text
help='Monitoring script. Put the result into the variable `result`. With `env` you get an extra environment with OdooBot access levels.'
required=True
state
Selection
token
Char
copy=False
default=<expr>
help='Token to use for the API'
readonly=True
warning
Float
help='Threshold for warning'
validate(self, verbose=False)