I created a Query for a custom snmp value,but I found it couldn't data.
Here is XML Text
Code: Select all
<interface>
<name>SNMP TEST FOR MAIL</name>
<description>TEST THE SNMP QUERIES</description>
<oid_index>.1.3.6.1.4.1.2021.52.1</oid_index>
<fields>
<TestName>
<name>The Test Snmp NAME</name>
<method>get</method>
<source>value</source>
<direction>input</direction>
<oid>.1.3.6.1.4.1.2021.52.2</oid>
</TestName>
<TheDValue>
<name>The D Value</name>
<method>get</method>
<source>value</source>
<direction>output</direction>
<oid>.1.3.6.1.4.1.2021.52.101.1</oid>
</TheDValue>
<TheEValue>
<name>The E Value</name>
<method>get</method>
<source>value</source>
<direction>output</direction>
<oid>.1.3.6.1.4.1.2021.52.101.2</oid>
</TheEValue>
<TheFValue>
<name>The F Value</name>
<method>get</method>
<source>value</source>
<direction>output</direction>
<oid>.1.3.6.1.4.1.2021.52.101.3</oid>
</TheFValue>
</fields>
</interface>
I created "Data Templates" and "Data Templates", no error display.
After I had created a new graph for this query,I couldn't find any data in my rrd file. (watch with "rrdtool fetch").
Can someone help?!!!