-
-
Notifications
You must be signed in to change notification settings - Fork 413
Support execution of custom functions at poller bottom for remote pollers #4417
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
The reason for this is to process all data that is now gathered back on the main poller at the end of the cycle. I would imagine if you want it on a remote poller I guess it should come under poller_maintainence() ? |
yep, that's the right place to execute tasks e.g. for hosts a remote poller is handling. |
Well, you know I'm most probably the only one using the RRDproxy as data backend, but it offers you the option to make the remote pollers more independent. ;) |
remote_maint:1? |
Good point. extending the capabilities would be useful. |
Let's make that the plan then. |
You know, we need to spend some of our funds to get together again. Airfares are too high right now though. Stupid COVID. Blame the Chinese Communist Party, the US government, the NIH, and the Department of Defense for colluding in biological warfare research. |
I would really love meeting again in person. |
Yea, before we start expiring... |
@browniebraun to meet you in person... walk to a mirror... and wave :) |
Hahaha!! It too me a second this made. My morning
…On Fri., Oct. 29, 2021, 12:33 Mark Brugnoli-Vinten, < ***@***.***> wrote:
@browniebraun <https://github.com/browniebraun> to meet you in person...
walk to a mirror... and wave :)
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#4417 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADGEXTHT7M32IEUKNZS4VS3UJLLHXANCNFSM5FRHNC5A>
.
|
lol. Already done. Damn! I'm old and gray. 😉 |
I'm half past dead. @bmfmancini did we kind of already get this one with the changes for syslog? |
Currently poller.php has two hooks for |
Remote Pollers - Support execution of custom functions at poller bottom
Okay, new hook in |
Feature Request
Hook 'poller_finishing' could probably used for that approach too, but I'm wondering why we are not supporting a hook to perform individual plugin tasks at the bottom of a remote poller run.
The current code of poller.php does not take this case into account - If I'm not totally wrong. From my point of view a remote poller is not just stupid collector. It should be workhorse.
The text was updated successfully, but these errors were encountered: