Skip to content

Commit

Permalink
Remove core.get_jobs from system plugin
Browse files Browse the repository at this point in the history
This is already available in jobs plugin.

(cherry picked from commit b3c2dbc)
  • Loading branch information
william-gr authored and Vladimir Vinogradenko committed Sep 22, 2023
1 parent 96572bf commit 6afa7af
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ixdiagnose/plugins/system.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ class System(Plugin):
MiddlewareClientMetric('alerts_sources_stats', [MiddlewareCommand('alert.sources_stats')]),
MiddlewareClientMetric('middleware_tasks', [MiddlewareCommand('core.get_tasks')]),
MiddlewareClientMetric('middleware_thread_stacks', [MiddlewareCommand('core.threads_stacks')]),
MiddlewareClientMetric('jobs', [MiddlewareCommand('core.get_jobs', [[], {'extra': {'raw_result': False}}])]),
MiddlewareClientMetric('system_info', [
MiddlewareCommand('system.is_enterprise', result_key='Enterprise System'),
MiddlewareCommand(
Expand Down

0 comments on commit 6afa7af

Please sign in to comment.