This repository has been archived on 2024-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
server-personification/pers/icinga/get.py

7 lines
118 B
Python

def get_host_status(hostname: str):
return
def get_service_status(hostname: str, service_name: str):
return