7 lines
118 B
Python
7 lines
118 B
Python
|
def get_host_status(hostname: str):
|
||
|
return
|
||
|
|
||
|
|
||
|
def get_service_status(hostname: str, service_name: str):
|
||
|
return
|