Added a list of parameters that need to be added to the service object file template.

This commit is contained in:
Nick Chappell 2014-07-28 19:08:03 -07:00
parent 99465d00b7
commit a165864121

View file

@ -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 %>" { } object Service "<%= @object_servicename %>" { }