I am by far not an expert SQL person, so I am hoping someone here can help me.
I want to create a table of all our UPS's and display certain stats in it. These stats are collected from Universal device pollers which I already have created.
What I am looking for is something like this:
Node Input V Output V Current Battery % Status
ups1 123 123 10 100 onLine
ups2 123 123 15 100 onLine
Can someone help me get started on this. I know there is a way, I just cant figure it out.
Thank You!