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

also compare check command

parent 643f78e6
No related branches found
No related tags found
No related merge requests found
......@@ -46,8 +46,8 @@ def _make_check(check_params, interface):
def _checks_match(a, b) -> bool:
# if a['command'] != b['command']:
# return False
if a['command'] != b['command']:
return False
if a['interval'] != b['interval']:
return False
if a['proxy_entity_name'] != b['proxy_entity_name']:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment