plugin_thold icon indicating copy to clipboard operation
plugin_thold copied to clipboard

When remote pollers are disconnected, thresholds should be evaluated on the remote poller

Open bernisys opened this issue 4 years ago • 2 comments

Is your feature request related to a problem? Please describe. When a remote poller has temporarily lost connectivity, it still collects the data but it does not process thresholds. The code of the thold plugin is distributed across all connected machines, therefore it would probably be possible to do so. Replication of thold settings must probably be added, not sure if there is a proper hook in the replication code, which can call code from a plugin.

Describe the solution you'd like If a poller is disconnected, it should have its thold configs in the local DB so that it can process the thresholds and generate the alert logs in place of the master.

bernisys avatar Apr 09 '21 14:04 bernisys

This would be cool!

it would be cool if one day we could have thold run checks on each of the servers kinda like a spine for thold that way each server participates in threshold checking

bmfmancini avatar Apr 09 '21 16:04 bmfmancini

One of you guys will have to do a pull request on this if you want it.

TheWitness avatar Apr 10 '21 15:04 TheWitness