Which kind of collectors is the fastest?
I've some service that return a list of many metrics (about few hundreds) per query (in JSON format). AFAIUI I should write a wrapper that convert the list to a storage and a responder with key->value metrics.
And what kind of item (collector) should I use?
What about ODBC and trapper?
I've some service that return a list of many metrics (about few hundreds) per query (in JSON format). AFAIUI I should write a wrapper that convert the list to a storage and a responder with key->value metrics.
And what kind of item (collector) should I use?
- Simple checks with Zabbix server module - AFAIK, the fastest method;
- ODBC monitoring to the wrapper storage;
- Trapper items trapped by the wrapper$
- External checks - AFAIK, the slowest method.
What about ODBC and trapper?
Comment