checkmk-plugins/domains/local/share/check_mk/checks/agent_domains_nameservers

8 lines
237 B
Plaintext
Raw Normal View History

#!/usr/bin/env python3
# Copyright (C) 2025 Spearhead Systems SRL
def agent_domains_nameservers_args(params, hostname, ipaddress):
return params["domains"]
special_agent_info["domains_nameservers"] = agent_domains_nameservers_args