Skip to content
Snippets Groups Projects
Commit 60967171 authored by Erik Reid's avatar Erik Reid
Browse files

return all services, even non-monitored/non-operational services

parent 0ced595b
Branches
Tags
No related merge requests found
......@@ -1227,7 +1227,8 @@ def _get_services_internal(service_type=None):
return s
def _wanted_in_output(s):
return return_all or (s['status'].lower() == 'operational')
return True
# return return_all or (s['status'].lower() == 'operational')
def _format_services(s):
return {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment