You've already forked role-check-mk-agent
Update register of host
This commit is contained in:
@@ -9,10 +9,27 @@ cmk_omd_site: your-checkmk-site # e.g the first piece after the / following your
|
||||
# adds new hosts by default to Unsorted folder
|
||||
# cmk_folder: your_folder_in_WATO
|
||||
|
||||
# Copy paste the link address for rpm agent from CheckMK
|
||||
cmk_rpm_agent: http://url-from-your-agent-bakery-in-checkmk.rpm
|
||||
# Copy paste the link address for MSI (Windows) agent from CheckMK
|
||||
cmk_msi_agent: http://url-from-your-agent-bakery-in-checkmk.msi
|
||||
cmk_download_mode: samba
|
||||
cmk_smb_password: ~
|
||||
cmk_smb_username: ~
|
||||
|
||||
# If using direct download (http) from CMK set below
|
||||
# # Copy paste the link address for rpm agent from CheckMK
|
||||
# cmk_rpm_agent_x86_64: http://url-from-your-agent-bakery-in-checkmk.rpm
|
||||
# # Copy paste the link address for MSI (Windows) agent from CheckMK
|
||||
# cmk_msi_agent_x86_64: http://url-from-your-agent-bakery-in-checkmk.msi
|
||||
# # Copy paste from cmk server
|
||||
# cmk_deb_agent_x86_64: http://url-from-your-agent-bakery-in-checkmk.deb
|
||||
# # Copy paste from cmk server
|
||||
# cmk_rpm_agent_aarch64: http://url-from-your-agent-bakery-in-checkmk.rpm
|
||||
# # Copy paste from cmk server
|
||||
# cmk_deb_agent_aarch64: http://url-from-your-agent-bakery-in-checkmk.deb
|
||||
|
||||
# Want to use Samba to download the pre-prepared agents
|
||||
cmk_download_path: \\fileserver\Software\checkmk-agents\{{ cmk_os_family }}\{{ansible_architecture}}\
|
||||
cmk_rpm_agent: check-mk-agent-2.0.0p11.noarch.rpm
|
||||
cmk_deb_agent: check-mk-agent-2.0.0p11_all.deb
|
||||
cmk_msi_agent: check-mk-agent-2.0.0p11.msi
|
||||
|
||||
# Check_MK GPG Key
|
||||
# Copy paste the link address from Signature Keys for Signing Agents page
|
||||
|
||||
Reference in New Issue
Block a user