You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Several versions ago, Cacti released a plugin hook to allow plugins to replicate out their data to a remote data collectors. Now having attempted to use that hooks I'm finding it missing critical parts to properly support replication.
Expected behavior
Use of the proper hook defined to properly use the Cacti replication functions.
The text was updated successfully, but these errors were encountered:
This bug fix also addresses the previously unknown case of a table that did not previously exist on the remote data collector. The logging of the SQL in those cases should not be placed in the Cacti log.
- Cacti's current replicate_out hook is insufficient for plugin use
- Additionally, correct issues with the current replication function to handle two exceptional case
- PHP Doc Format for several, but not all functions
- Remove a function and hook that do nothing
netniV
changed the title
Cacti's current replicate_out hook is insufficient for plugin use
When replicating to remote pollers, plugins are not always properly sync'd
Apr 3, 2022
Describe the bug
Several versions ago, Cacti released a plugin hook to allow plugins to replicate out their data to a remote data collectors. Now having attempted to use that hooks I'm finding it missing critical parts to properly support replication.
Expected behavior
Use of the proper hook defined to properly use the Cacti replication functions.
The text was updated successfully, but these errors were encountered: