Added a list of parameters that need to be added to the service object file template.
This commit is contained in:
parent
99465d00b7
commit
a165864121
1 changed files with 26 additions and 0 deletions
|
@ -10,4 +10,30 @@
|
|||
*
|
||||
*/
|
||||
|
||||
// Parameters to add:
|
||||
// * display_name
|
||||
// * host_name
|
||||
// * name
|
||||
// * groups
|
||||
// * vars
|
||||
// * check_command
|
||||
// * max_check_attempts
|
||||
// * check_period
|
||||
// * check_interval
|
||||
// * retry_interval
|
||||
// * enable_notifications
|
||||
// * enable_active_checks
|
||||
// * enable_passive_checks
|
||||
// * enable_event_handler
|
||||
// * enable_flap_detection
|
||||
// * enable_perfdata
|
||||
// * event_command
|
||||
// * flapping_threshold
|
||||
// * volatile
|
||||
// * notes
|
||||
// * notes_url
|
||||
// * action_url
|
||||
// * icon_image
|
||||
// * icon_image_alt
|
||||
|
||||
object Service "<%= @object_servicename %>" { }
|
||||
|
|
Loading…
Reference in a new issue