Initial commit
This commit is contained in:
8
local/share/check_mk/checks/agent_hal9001
Normal file
8
local/share/check_mk/checks/agent_hal9001
Normal file
@@ -0,0 +1,8 @@
|
||||
def agent_hal9001_arguments(params, hostname, ipaddress):
|
||||
return [
|
||||
"--hostname", ipaddress,
|
||||
"--username", params["username"],
|
||||
"--password", params["password"],
|
||||
ipaddress,
|
||||
]
|
||||
special_agent_info['hal9001'] = agent_hal9001_arguments
|
||||
Reference in New Issue
Block a user