This type provides Puppet with the capabilities to create the Host in CheckMK from the CheckMK server API.
Examples:
create_host { 'test.example.com': ensure => 'present', url => 'http://127.0.0.1', site_name => 'default', bearer_token => 'testing123', folder => 'linux', }
Properties
Whether this agent package should be present or absent on the target system.
Parameters
The password for the ‘automation` user.
The folder to add the host to.
The hostname of the server to add into CheckMK.
The site name on the CheckMK Server.
The URL for the CheckMK server.