Resource Type: agentil_template
- Defined in:
- lib/puppet/type/agentil_template.rb
- Providers:
-
agentil
Overview
Manages a template that can be used to monitor your sap systems. Please notice the difference between a non-system template which can be seen in the probe GUI and a system template which is assigned to one specific system. These latter cannot be seen in the probe GUI and are implicitly created on the fly when you assign one template to a system.
Both template types can (and must) be managed with the ‘agentil_template` type.
Example:
agentil_template { 'System template for System sap01':
ensure => present,
system => 'true',
monitors => [ 1, 4, 10, 20, 33 ],
jobs => [ 4, 5, 12, 177, 3 ],
}