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

also compare check command

parent 643f78e6
Branches
Tags
No related merge requests found
...@@ -46,8 +46,8 @@ def _make_check(check_params, interface): ...@@ -46,8 +46,8 @@ def _make_check(check_params, interface):
def _checks_match(a, b) -> bool: def _checks_match(a, b) -> bool:
# if a['command'] != b['command']: if a['command'] != b['command']:
# return False return False
if a['interval'] != b['interval']: if a['interval'] != b['interval']:
return False return False
if a['proxy_entity_name'] != b['proxy_entity_name']: 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