@@ -285,6 +285,7 @@ function thold_config_arrays() {
285285 }
286286
287287 $ device_change_fields ['match_field ' ][] = 'thold_send_email ' ;
288+ $ device_change_fields ['match_field ' ][] = 'thold_host_email ' ;
288289 $ device_change_fields ['match_field ' ][] = 'thold_failure_count ' ;
289290
290291 $ realm_array = array (
@@ -335,7 +336,7 @@ function thold_config_form() {
335336 '2 ' => __ ('List Below ' , 'thold ' ),
336337 '3 ' => __ ('Global and List Below ' , 'thold ' )
337338 ),
338- 'description ' => __ ('Which Notification List(s) of should be notified about Device Up/Down events? ' , 'thold ' ),
339+ 'description ' => __ ('Which Type of Notification List(s) should be used for Device Up/Down events? ' , 'thold ' ),
339340 'value ' => '|arg1:thold_send_email| ' ,
340341 'on_change ' => 'changeNotify() ' ,
341342 'default ' => '1 ' ,
@@ -344,7 +345,7 @@ function thold_config_form() {
344345
345346 $ fields_host_edit3 ['thold_host_email ' ] = array (
346347 'friendly_name ' => __ ('Notification List ' , 'thold ' ),
347- 'description ' => __ ('Additional Email address, separated by commas for multiple Emails. ' , 'thold ' ),
348+ 'description ' => __ ('Which Notification List(s) of should be notified about Device Up/Down events? ' , 'thold ' ),
348349 'method ' => 'drop_sql ' ,
349350 'sql ' => 'SELECT id,name FROM plugin_notification_lists ORDER BY name ' ,
350351 'value ' => '|arg1:thold_host_email| ' ,
0 commit comments