Cacti / plugin_thold

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

Create thold from Management -> Data Sources produces a lot of php wanings #624

Closed xmacan closed 1 year ago

xmacan commented 1 year ago

Management -> Data Sources -> click to Template name can show a lot of php warnings. If thold exists, everything works fine

if there isn't any thold, a lot of warnings willbe show: Warning: Undefined array key "graph_timespan" in /usr/local/share/cacti/plugins/thold/thold.php on line 1181

Warning: Undefined array key "units_suffix" in /usr/local/share/cacti/plugins/thold/thold.php on line 1392

Warning: Undefined array key "decimals" in /usr/local/share/cacti/plugins/thold/thold.php on line 1393 Warning: Undefined array key "thold_hi" in /usr/local/share/cacti/plugins/thold/thold.php on line 1517

Warning: Undefined array key "thold_low" in /usr/local/share/cacti/plugins/thold/thold.php on line 1517

Warning: Undefined array key "time_hi" in /usr/local/share/cacti/plugins/thold/thold.php on line 1517

Warning: Undefined array key "time_low" in /usr/local/share/cacti/plugins/thold/thold.php on line 1517

Warning: Undefined array key "thold_warning_hi" in /usr/local/share/cacti/plugins/thold/thold.php on line 1517

Warning: Undefined array key "thold_warning_low" in /usr/local/share/cacti/plugins/thold/thold.php on line 1517

Warning: Undefined array key "time_warning_hi" in /usr/local/share/cacti/plugins/thold/thold.php on line 1517

Warning: Undefined array key "time_warning_low" in /usr/local/share/cacti/plugins/thold/thold.php on line 1517

Warning: Undefined array key "bl_pct_down" in /usr/local/share/cacti/plugins/thold/thold.php on line 1517

Warning: Undefined array key "bl_pct_up" in /usr/local/share/cacti/plugins/thold/thold.php on line 1517

Actual develop branch

TheWitness commented 1 year ago

Okay, just confirmed this.

xmacan commented 1 year ago

Working well now, thank you