-
Notifications
You must be signed in to change notification settings - Fork 91
Description
Hi,
I was curious if you would know of a potential way to get all of the possible Pollers for a Node as it is created.
Currently, it looks like you solve this by adding a node and then querying it for Pollers, however this requires the Node to have been in for long enough for a Discovery to occur.
Id love to know if you know a way to essentially determine all of the Pollers for a given Node, as it is added, without a User requiring to query the DB for them on a Node that already exists or on the Node itself after it is added / discovered.
my use case for this would be a fresh instance, first node in, want all the pollers ticks (e.g. Routing / CPU Memory / etc) but I am not sure what pollers are actually available for a given node.
Thanks!
P.S. I tried Orion.DiscoveredPollers but that also seemed to only return Pollers that have been explicitly added and not Pollers that are possible for enablement