![](https://secure.gravatar.com/avatar/a747517e833f557d54c117a2f93900fb.jpg?s=120&d=mm&r=g)
I am trying to graph the number of GPS satellites my receiver is seeing, however, what is returned via SNMP has more information than what I need.
This is from the documentation. I just want to strip the first integer as the answer.
For one satellite with vehicle number 16: 1,16,C,-158 <-- I need the "1" For six satellites: 6,12,C,-156,14,C,-155,8,T,-162,24,C,-158,18,C,161,6,C,-160 <-- I need the "6"
Can Observium do this?
Thanks, -- Tim
![](https://secure.gravatar.com/avatar/11b54b3dd25b712395dab9818c67596f.jpg?s=120&d=mm&r=g)
You could do this by writing some custom polling code for the old style graph poller.
You basically just call some code to poll, process and create RRDs, then add add to a global array announcing the graph exists. You can do whatever you like that way, but it does require writing code.
It’s not really possible to do this just by web ui.
Adam.
Sent from my iPhone
On 17 Nov 2022, at 19:54, Timothy Stoddard via observium observium@lists.observium.org wrote:
I am trying to graph the number of GPS satellites my receiver is seeing, however, what is returned via SNMP has more information than what I need.
This is from the documentation. I just want to strip the first integer as the answer.
For one satellite with vehicle number 16: 1,16,C,-158 <-- I need the "1" For six satellites: 6,12,C,-156,14,C,-155,8,T,-162,24,C,-158,18,C,161,6,C,-160 <-- I need the "6"
Can Observium do this?
Thanks,
Tim _______________________________________________ observium mailing list -- observium@lists.observium.org To unsubscribe send an email to observium-leave@lists.observium.org
participants (2)
-
Adam Armstrong
-
Timothy Stoddard