Skip to content
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

How to handle relevance for probes #15

Open
strawgate opened this issue May 9, 2016 · 3 comments
Open

How to handle relevance for probes #15

strawgate opened this issue May 9, 2016 · 3 comments
Assignees

Comments

@strawgate
Copy link
Owner

strawgate commented May 9, 2016

Not sure how to handle relevance for probes.

I'm inclined to have it so that they either only apply if the age of the last report > up time of Operating System (once per reboot) or if the old report is at least 15 minutes old.

Currently there is a mix of treating them like tasks and using timing relevance (last report is > 15 minutes or > up time old).

I want to give an administrator the freedom to apply as often as they want but I dont want anybody to shoot themselves in the foot with consistent reapplication.

@strawgate strawgate self-assigned this May 9, 2016
@strawgate strawgate modified the milestone: 5/10/2016 - Release May 9, 2016
@strawgate
Copy link
Owner Author

@jgstew Thoughts?

@jgstew
Copy link

jgstew commented May 10, 2016

so I assume this is for tasks that run periodically to collect data for analyses?

I tend to try to come up with what I think is a sane minimum and have the relevance check that the last time the results were generated were > that minimum ago. In rare cases I may tie something to uptime, but not often.

This one I am effectively tying to uptime because I'm putting it into a folder that gets cleared out after every reboot automatically: https://www.bigfix.me/fixlet/details/20446

If I had an actual use case for that, then I would set a minimum period in addition to the checking for the folder existing.

@jgstew
Copy link

jgstew commented May 10, 2016

I could see wanting to generate data based upon a combination of uptime and minimum period.

I hadn't considered that some of the things I may use that dump out data at most once every 12 hours could do it based upon that or uptime.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants