[IMP] maintenance_server_monitoring:

* add cron
* ssh in other module
* new maintenance request if error
* disk usage test
This commit is contained in:
clementthomas
2024-04-03 18:13:02 +02:00
parent 5f9119c4e8
commit b18940fe56
11 changed files with 445 additions and 36 deletions

View File

@@ -14,6 +14,7 @@
"depends": [
"base",
"maintenance",
"maintenance_server_ssh"
],
"qweb": [
# "static/src/xml/*.xml",
@@ -24,6 +25,7 @@
# always loaded
"data": [
"views/maintenance_equipment_views.xml",
"data/cron.xml",
],
# only loaded in demonstration mode
"demo": [],