Cacti / plugin_thold

Thold Plugin for Cacti
GNU General Public License v2.0
68 stars 63 forks source link

Fix template log and new threshold copy #626

Closed unka65 closed 1 year ago

unka65 commented 1 year ago

This fixes a logged error in function plugin_thold_log_changes() (section modified_template) when editing and saving a template. ERROR PHP WARNING in Plugin 'thold': Undefined array key "thold_per_enabled" in file: /var/www/html/cacti/plugins/thold/thold_functions.php on line: ~1889

This adds to also copy the values decimals, units_suffix and show_units to the threshold when creating a threshold from a template via a data source list action, assuming that was expected and just missed.