diff --git a/templates/object_service.conf.erb b/templates/object_service.conf.erb index 366c6de..7fb6bd1 100644 --- a/templates/object_service.conf.erb +++ b/templates/object_service.conf.erb @@ -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 %>" { }