Forum Discussion
- mnagel
Professor
Seems like a no-brainer to support that, right? The only way you could as it stands is via API calls, which, without library support, is a non-starter for me. It could be done if you want to maintain many copies of the same code across modules (which seems to be the norm now, except they are all slightly different based on who writes them as you would expect).
- Vitor_Santos
Advisor
21 minutes ago, mnagel said:Seems like a no-brainer to support that, right? The only way you could as it stands is via API calls, which, without library support, is a non-starter for me. It could be done if you want to maintain many copies of the same code across modules (which seems to be the norm now, except they are all slightly different based on who writes them as you would expect).
Totally understand you...
But, for what we want it would really need to access the actual datapoints value... Unfortunately, we'll need to leverage other options.
I appreciate your reply anyway mate :)/emoticons/smile@2x.png 2x" title=":)" width="20" /> - Anonymous
What's the collection method used?
- Vitor_Santos
Advisor
Just now, Stuart Weenig said:What's the collection method used?
The collection method is SNMP.
In the meanwhile, we've managed to sort it out using another method. - Anonymous
For Groovy based datapoints, when SNMP is the collector, there is a variable set in the script called "output". You can parse through that output variable to get the data. If it's counters, you'd need to use collector script caching to get the previous poll value to run the delta manually.
- Vitor_Santos
Advisor
Just now, Stuart Weenig said:For Groovy based datapoints, when SNMP is the collector, there is a variable set in the script called "output". You can parse through that output variable to get the data. If it's counters, you'd need to use collector script caching to get the previous poll value to run the delta manually.
We were already doing that. However, we wanted values from other datapoints (gauge, derive, etc...).... Which as per the documentation isn't possible (validated on Friday)
- Anonymous
Yeah, the output is passed to the groovy datapoint before the delta is calculated. Simply the raw output from the poll.
- Vitor_Santos
Advisor
1 minute ago, Stuart Weenig said:Yeah, the output is passed to the groovy datapoint before the delta is calculated. Simply the raw output from the poll.
Understood...
Yeah, thankfully we've arranged other solution.Appreciate the help anyway!
@Vitor Santos Care to share how you managed to do this?
Related Content
- 9 months ago
- 6 months ago
- 9 months ago
- 8 months ago