Commit graph

53 commits

Author SHA1 Message Date
Mantas Masalskis
a1b9ef2bbb Maintenance: Update copyright information. 2026-01-02 15:41:09 +02:00
Mantas Masalskis
10f627cb69 Maintenance: Update copyright information 2025-01-01 17:39:43 +02:00
Dominik Klein
e054d6ca79 Maintenance: Update copyright information. 2024-01-02 11:55:19 +01:00
Martin Gruner
03b5170a0a Fixes: #4146 - No need to echo the token in monitoring/health_check.
Co-authored-by: Mantas Masalskis <mm@zammad.com>
Co-authored-by: Martin Gruner <mg@zammad.com>
2023-04-14 08:18:13 +02:00
Florian Liebe
9dfc232536 Maintenance: Update copyright information. 2023-01-02 16:19:55 +01:00
Mantas Masalskis
cfedfc0771 Fixes #4079 - Monitoring endpoint is complaing about not executed scheduler job "CacheClearJob.perform_now" 2022-06-02 16:37:05 +02:00
Martin Gruner
d7b8b3662f Maintenance: Updated to Rails 6.1. 2022-03-22 10:14:09 +01:00
Martin Gruner
6714b5f1a4 Maintenance: Bump rubocop-rails from 2.12.4 to 2.13.0
Bumps [rubocop-rails](https://github.com/rubocop/rubocop-rails) from 2.12.4 to 2.13.0.
- [Release notes](https://github.com/rubocop/rubocop-rails/releases)
- [Changelog](https://github.com/rubocop/rubocop-rails/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rubocop/rubocop-rails/compare/v2.12.4...v2.13.0)
2022-01-03 10:47:32 +01:00
Martin Gruner
24c3bdfd87 Maintenance: Update copyright header. 2022-01-01 14:38:12 +01:00
Martin Gruner
c84416aec0 Maintenance: Improved translatable source strings. 2021-12-07 11:12:09 +00:00
Martin Gruner
5df98684da Maintenance: Update copyright information and add a new rubocop cop to watch over it. 2021-06-01 12:20:20 +00:00
Mantas Masalskis
041bf51b52 Maintenance: Rubocop enforces %r{} regular expression style 2021-05-12 14:37:44 +03:00
Martin Edenhofer
e7b0486b5b Maintenance: Add also count of taskbar objects to status endpoint.. 2021-04-05 16:30:05 +02:00
Martin Edenhofer
8e85508fa4 Maintenance: Increase speed of storage usage calculation. 2021-03-22 13:35:01 +00:00
Thorsten Eckel
027a1d4d63 Maintenance: Updated rubocop(-* gems) to latest version (1.10.0). 2021-02-18 17:23:33 +01:00
Thorsten Eckel
0b9e6676f8 Maintenance: Updated rubocop(-* gems) to latest version (1.0.0). 2020-10-22 15:57:01 +02:00
Thorsten Eckel
623b17be6b Maintenance: Updated rubocop(-* gems) to latest version (0.92.0). 2020-09-30 11:07:01 +02:00
Rolf Schmidt
3fb9b05027 Fixes #2074 - Ability of deleting customers and / or all ticket at once. 2020-09-09 09:50:24 +02:00
Thorsten Eckel
73f6a98e29 Updated rubocop(-* gems) to latest version (0.88.0). 2020-07-14 08:22:48 +02:00
Thorsten Eckel
6bf588dd0c Fixes #3077: Empty "issues" attribute of Monitoring / HealthCheck result causes errors in Zabbix. 2020-07-10 16:43:39 +02:00
Ryan Lue
becbdb1baa Refactoring: Replaced home-rolled authorization logic in Controllers with Pundit. 2020-03-19 10:39:51 +01:00
Thorsten Eckel
a976b9fb43 Maintenance: Updated rubocop(-* gems) to latest version (0.80.0). 2020-02-18 20:51:31 +01:00
Thorsten Eckel
1c63e96675 Bumps [rubocop-performance](https://github.com/rubocop-hq/rubocop-performance) from 1.1.0 to 1.4.1.
- [Release notes](https://github.com/rubocop-hq/rubocop-performance/releases)
- [Changelog](https://github.com/rubocop-hq/rubocop-performance/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rubocop-hq/rubocop-performance/compare/v1.1.0...v1.4.1)
2019-09-16 11:21:10 +02:00
Thorsten Eckel
5745fa46bd Bumps [rails](https://github.com/rails/rails) from 5.1.7 to 5.2.3.
- [Release notes](https://github.com/rails/rails/releases)
- [Changelog](https://github.com/rails/rails/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rails/rails/compare/v5.1.7...v5.2.3)
2019-07-04 13:16:55 +02:00
Martin Edenhofer
80294b0b51 Added knowledge base categories and answers to status monitoring. 2019-06-13 03:52:23 +02:00
Martin Edenhofer
2ccda12cc2 Added ObjectManager::Attribute count to monitoring status result. 2019-03-14 16:31:56 +01:00
Martin Edenhofer
50d85a1429 Improved monitoring amount_check, no state if no limit params are used. 2019-01-21 08:01:51 +01:00
Thorsten Eckel
a211d20db9 Refactoring: Migrated BackgroundJobSearchIndex (Delayed::Job) to SearchIndexJob (ActiveJob).
Refactoring: Enable MonitoringController to handle ActiveJob background jobs.
2019-01-18 14:58:28 +01:00
Thorsten Eckel
e8a57517f4 Updated rubocop - applied custom Layout/AlignHash style. 2018-12-19 18:33:22 +01:00
Rolf Schmidt
079c4c9593 Fixed issue #2391 - Wrong file size calculation in monitoring controller (postgres only) 2018-12-06 15:35:00 +01:00
Martin Edenhofer
4ae5e656d4 Fixed typo. 2018-11-20 12:37:53 +01:00
Martin Edenhofer
a97e261ac7 Improved monitoring controller with amount_check (e. g. monitoring will alert about unusual amount of ticket creation). 2018-11-02 07:35:28 +01:00
Martin Edenhofer
22b2f44ba0 Initial SMS integration for trigger notifications and additional channel. Thanks to sys4 AG! 2018-10-16 10:45:15 +02:00
Thorsten Eckel
9af50f2a4e Updated rubocop to latest version (0.59.2) and applied required changes. 2018-10-09 08:17:41 +02:00
Martin Edenhofer
1306ca16a9 Implemented issue #2188 - WebApp (monitoring section) claims scheduler not running, if delayed jobs get too many. 2018-08-15 09:11:48 +02:00
Thorsten Eckel
12ea65f84f Ordered failed background jobs by number of entries which also stabilizes test. 2018-07-07 11:09:31 +02:00
Martin Edenhofer
7338b91a31 Improved monitoring controller to get storage usage. 2018-06-05 16:11:44 +02:00
Thorsten Eckel
81dfe88d99 @muhammadn fixed issue #1866 - Failing Scheduler Delayed::Job - jobs are not listed in the monitoring result. 2018-03-26 17:43:52 +02:00
Thorsten Eckel
3fd1c2de7a Added monitoring check for stuck ImportJob backends. 2018-02-12 15:04:24 +01:00
Thorsten Eckel
a67299d7fe Added failed Import::Job backend results to the monitoring endpoint. 2018-01-24 17:16:26 +01:00
Thorsten Eckel
705487154c Applied changes for Rubocop 0.51. 2017-11-23 09:09:44 +01:00
Martin Edenhofer
460182e663 Small code cleanup. 2017-11-21 15:25:04 +01:00
Thorsten Eckel
757f0ac9bd Applied RuboCop Style/BlockDelimiters to improve readability. 2017-10-01 14:25:52 +02:00
Thorsten Eckel
be730c08d9 Moved listing of failed jobs to own method and added tests. 2017-09-07 18:07:48 +02:00
Rolf Schmidt
60e7d990ea Moved .restart_failed_jobs to backend and added rspec test. 2017-09-07 17:34:32 +02:00
Jens Pfeifer
63aa9142af Improved scheduler restart button handling in monitoring view. 2017-09-07 14:33:09 +00:00
Rolf Schmidt
7248be908f Improved migration and changed wording. 2017-09-07 15:50:46 +02:00
Rolf Schmidt
d3e4577fa5 Improved codestyle. 2017-09-07 15:00:12 +02:00
Rolf Schmidt
7b86174d26 Changed wording from dead to failed in pull request 1118. 2017-09-07 14:45:13 +02:00
Maarten Raaphorst
e40772f7b7 No longer raise exception when scheduler job fails to run after ten tries, but record the error instead. 2017-05-19 08:54:09 +02:00