Hello all,
I have 8 SOLR search servers monitored using the jmx agent all belonging to a zabbix host group. I would like to aggregate items.
One of the keys (only one tried so far):
The aggregate key is:
Server error log says:
[...] became not supported: Format error or unsupported operator. Exp: [grpsum["SOLRAggregateStatistics","jmx[\"solr]
One thing to notice is that the Host Group name loses all spaces in the error log. I'm not sure if that has anything to do with the error though.
Any help would be appreciated.
thanks
David
I have 8 SOLR search servers monitored using the jmx agent all belonging to a zabbix host group. I would like to aggregate items.
One of the keys (only one tried so far):
Code:
jmx["solr/col-01:type=updateHandler,id=org.apache.solr.update.DirectUpdateHandler2","cumulative_adds"]
Code:
grpsum["SOLR Aggregate Statistics","jmx[\"solr/col-01:type=updateHandler,id=org.apache.solr.update.DirectUpdateHandler2\",\"cumulative_adds\"]",last,0]
[...] became not supported: Format error or unsupported operator. Exp: [grpsum["SOLRAggregateStatistics","jmx[\"solr]
One thing to notice is that the Host Group name loses all spaces in the error log. I'm not sure if that has anything to do with the error though.
Any help would be appreciated.
thanks
David