Cacti / plugin_monitor

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

Reboot history being removed incorrectly for removed devices #109

Closed cigamit closed 5 years ago

cigamit commented 5 years ago

Describe the bug When removing a device from cacti, the wrong reboot history is removed.

To Reproduce Steps to reproduce the behavior:

  1. Create a device in Cacti
  2. Cause it to reboot and create a reboot history record in Cacti
  3. Remove the device from Cacti
  4. Not the reboot record will persist unless the id of the record matched the device id

Expected behavior Reboot records should be properly removed when you remove a Cacti device.

cigamit commented 5 years ago

Closing