Cacti / plugin_monitor

Monitor Plugin for Cacti
GNU General Public License v2.0
36 stars 39 forks source link

PLUGIN WARNING: Plugin hook 'monitor_device_action_prepare' from Plugin 'monitor' must return the calling array or variable, and it is not doing so. Please report this to the Plugin author. #154

Closed arno-st closed 1 year ago

arno-st commented 1 year ago

When I change the monitoring level of some device, I got this warning.

And it's on Cacti 1.2.22 Thold:1.2.1 Monitor 2.5

arno-st commented 1 year ago

Line 348 in setup.php int the develop branch but 303 in the master branch

missing: return $save;

TheWitness commented 1 year ago

Grab the latest setup.php. Should be fixed now.