I am trying to add some data queries for a device which needs multiple queries to retrieve all the indexes.
I have 2 queries working in different XML files but when I try to combine them into one cacti only reads the first one.
If I run xmllint on it it gives me an error like this;
Code: Select all
xmllint bothqueries.xml
bothqueries.xml:109: parser error : Extra content at the end of the document
<interface>
^
Do a need a seperate data query defined in cacti for each SNMP table/index?
TIA