We Value Your Feedback!
Could you please spare a few minutes to share your thoughts on
Cloud Connected vs On-Premise Services. Your feedback can
help us shape the future of services.
Learn more about the survey
or
Click here to Launch the survey
Schneider Electric Services Innovation Team!
EcoStruxure IT forum
Schneider Electric support forum about installation and configuration for DCIM including EcoStruxure IT Expert, IT Advisor, Data Center Expert, and NetBotz
Link copied. Please paste this link to share this article on your social media post.
Posted: 2020-07-02 12:17 PM . Last Modified: 2024-04-09 11:54 PM
Hello DCIM Support team,
My customer has a running SNMP manager system , he wants to see the status of the Particle and Leak rope sensors (values too), I explored the netbotz410.mib file but I can´t found the right OID, anyone know where can I get the right OID for this sensors?
Thank you very much for your time.
Best regards,
Erlinson Bravo G.
Cotel S.A. - Colombia
(CID:96044438)
Link copied. Please paste this link to share this article on your social media post.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2020-07-02 12:17 PM . Last Modified: 2024-04-09 11:54 PM
Hi Erlinson
For a spot leak, you'll want to poll "other state" sensors label first:
.iso.org.dod.internet.private.enterprises.netBotzAPC.netBotz.netBotzSensors.netBotzStateSensors.otherStateSensorTable.otherStateSensorEntry.otherStateSensorLabel
.1.3.6.1.4.1.5528.100.4.2.10.1.4
This will return all state sensors. I suggest naming them uniquely so that you can determine which spot leak is the one you want.
Make note of the instance associated with the label you're looking for. They are long instances and different every time.
In my case, the return for that OID was:
.1.3.6.1.4.1.5528.100.4.2.10.1.4.1266778845
Next, poll the value with:
.iso.org.dod.internet.private.enterprises.netBotzAPC.netBotz.netBotzSensors.netBotzStateSensors.otherStateSensorTable.otherStateSensorEntry.otherStateSensorValueStr
.1.3.6.1.4.1.5528.100.4.2.10.1.7
Match the instance with the one you found under label. IN my case, the one I wanted was:
.1.3.6.1.4.1.5528.100.4.2.10.1.7.1266778845
The value returned in my case was "No Leak"
You could also poll otherStateSensorEntry.otherStateSensorValue
.1.3.6.1.4.1.5528.100.4.2.10.1.2
Which will return a numeric value associated with leak / no leak.
Looking up a particle sensor would be similar. Name the sensors uniquely. Poll them with:
.iso.org.dod.internet.private.enterprises.netBotzAPC.netBotz.netBotzSensors.netBotzNumericSensors.otherNumericSensorTable.otherNumericSensorEntry.otherNumericSensorLabel
.1.3.6.1.4.1.5528.100.4.1.10.1.4
2082493542
Make note of the instance and then poll the value (string, integer, or integer x 1000)
.otherNumericSensorEntry.otherNumericSensorValueStr
otherNumericSensorEntry.otherNumericSensorValueInt
.otherNumericSensorEntry.otherNumericSensorValueIntX1000
Steve
(CID:96044498)
Link copied. Please paste this link to share this article on your social media post.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2020-07-02 12:17 PM . Last Modified: 2024-04-09 11:54 PM
Hi Erlinson, thanks for posting. We will have a look. @community - similar experiences?
(CID:96044461)
Link copied. Please paste this link to share this article on your social media post.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2020-07-02 12:17 PM . Last Modified: 2024-04-09 11:54 PM
Hi Erlinson
For a spot leak, you'll want to poll "other state" sensors label first:
.iso.org.dod.internet.private.enterprises.netBotzAPC.netBotz.netBotzSensors.netBotzStateSensors.otherStateSensorTable.otherStateSensorEntry.otherStateSensorLabel
.1.3.6.1.4.1.5528.100.4.2.10.1.4
This will return all state sensors. I suggest naming them uniquely so that you can determine which spot leak is the one you want.
Make note of the instance associated with the label you're looking for. They are long instances and different every time.
In my case, the return for that OID was:
.1.3.6.1.4.1.5528.100.4.2.10.1.4.1266778845
Next, poll the value with:
.iso.org.dod.internet.private.enterprises.netBotzAPC.netBotz.netBotzSensors.netBotzStateSensors.otherStateSensorTable.otherStateSensorEntry.otherStateSensorValueStr
.1.3.6.1.4.1.5528.100.4.2.10.1.7
Match the instance with the one you found under label. IN my case, the one I wanted was:
.1.3.6.1.4.1.5528.100.4.2.10.1.7.1266778845
The value returned in my case was "No Leak"
You could also poll otherStateSensorEntry.otherStateSensorValue
.1.3.6.1.4.1.5528.100.4.2.10.1.2
Which will return a numeric value associated with leak / no leak.
Looking up a particle sensor would be similar. Name the sensors uniquely. Poll them with:
.iso.org.dod.internet.private.enterprises.netBotzAPC.netBotz.netBotzSensors.netBotzNumericSensors.otherNumericSensorTable.otherNumericSensorEntry.otherNumericSensorLabel
.1.3.6.1.4.1.5528.100.4.1.10.1.4
2082493542
Make note of the instance and then poll the value (string, integer, or integer x 1000)
.otherNumericSensorEntry.otherNumericSensorValueStr
otherNumericSensorEntry.otherNumericSensorValueInt
.otherNumericSensorEntry.otherNumericSensorValueIntX1000
Steve
(CID:96044498)
Link copied. Please paste this link to share this article on your social media post.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2020-07-02 12:18 PM . Last Modified: 2024-04-09 11:54 PM
Hello Steve, Thanks for share your experience and commentaries, it will be a great help in this process, I´ll transfer this information to our customer and will post their commentaries here.
Have a great day.
Erlinson Bravo G.
(CID:96045002)
Link copied. Please paste this link to share this article on your social media post.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2020-07-02 12:18 PM . Last Modified: 2023-10-31 11:27 PM
This question is closed for comments. You're welcome to start a new topic if you have further comments on this issue.
Link copied. Please paste this link to share this article on your social media post.
Create your free account or log in to subscribe to the board - and gain access to more than 10,000+ support articles along with insights from experts and peers.
With achievable small steps, users progress and continually feel satisfaction in task accomplishment.
Usetiful Onboarding Checklist remembers the progress of every user, allowing them to take bite-sized journeys and continue where they left.
of