From a165864121496a135e7831f25d405ba3aca8ebff Mon Sep 17 00:00:00 2001 From: Nick Chappell Date: Mon, 28 Jul 2014 19:08:03 -0700 Subject: [PATCH] Added a list of parameters that need to be added to the service object file template. --- templates/object_service.conf.erb | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) 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 %>" { }