Hi All,
First Post for me! 
I am currently using SAM 6.7 to monitor a number of Linux boxes via SNMP. Most of these servers are in a MapR Big Data cluster.
I have started putting together a custom Application Monitor to keep an eye on the MapR side of things. First up is monitoring the remaining lifetime for the service ticket of the user running the software. Once the ticket expires the user can no longer perform operations on the cluster.
I have a simple shell script that spits out just the number of days until the ticket expires. I have used an SNMP extension to run this script, and I can see the result returned in the MIB browser.
Once this was applied to the appropriate nodes I was able to nicely tabulate the results and set thresholds so I get alerts when the number of days is getting low... all good so far.
My problem came about when I added a second script to monitor the ticket life for a second user... I can see both results returned in the MIB broswer, but cannot seem to get the second result to show in my SNMP Component Monitor... If I add a second SNMP Component Monitor it returns the same result as the first one...
Any clues how to monitor the second returned result?
Thanks,
Chris.