agent thingy added
This commit is contained in:
parent
53f70cdac6
commit
75a87d5d34
11
local/share/check_mk/checks/agent_mailcow
Normal file
11
local/share/check_mk/checks/agent_mailcow
Normal file
@ -0,0 +1,11 @@
|
||||
def agent_mailcow_arguments(params, hostname, ipaddress):
|
||||
return [
|
||||
"--hostname", params["hostname"],
|
||||
"--apikey", params["apikey"],
|
||||
"--port", params["port"],
|
||||
"--no-https", params["no_https"],
|
||||
"--no-cert-check", params["no_cert_check"],
|
||||
ipaddress,
|
||||
]
|
||||
|
||||
special_agent_info['mailcow'] = agent_mailcow_arguments
|
Loading…
Reference in New Issue
Block a user