Locate the element in question in the OneClick for eHealth (OCE) interface.
Check which MIB Translation file (.mtf) is associated with it. (If this field is not showing, add it by right-clicking on the title bar and dragging mibTranslationFile to it.)
Find this MTF in the $NH_HOME/poller directory.
For example, locate:
mibTranslationFile "mib2-lan.mtf"
View the .mtf file, using caution not to modify it.
Within this file, the first line after the comments will look similar to this:
mib <name>
Add a mib.pcm extension after the <name>. For example, in the mib2-lan.mtf file, the first line after the comments end is:
mib mib2
Attach a mib.pcm after mib2:
mib2.mib.pcm
Then, locate this file in the $NH_HOME/poller directory and search for the mib object that you would like the OID for.
Related Issues/Questions:
How to get OID for corresponding mib object
How to tell which OIDs eHealth is targeting for a given element's statistics
Problem Environment:
eHealth
Additional Information:
One can also run the Element Variable report (from the eHealth Web UI, Organization tab) for any element for more information on OIDs used for eHealth variables.
(Legacy KB ID CNC TS3625 )