Dear all,
I have an sql query that i should run every 1 minute to determine number of transactions per minute, but to avoid stressing the database i would like to run and generate an output to a file grouped by minute every 1 hour. Then i would have a script that will run this file line by line and then send the data to the zabbix server now my dilemma is.
If i use zabbix_sender i will not be able to upload data per minute there fore i am left to do direct inserts on zabbix database to which databases should i perform the inserts. Or is there any way to tell zabbix_sender to send the data for a specific time?
Regards,
MauroChSS
I have an sql query that i should run every 1 minute to determine number of transactions per minute, but to avoid stressing the database i would like to run and generate an output to a file grouped by minute every 1 hour. Then i would have a script that will run this file line by line and then send the data to the zabbix server now my dilemma is.
If i use zabbix_sender i will not be able to upload data per minute there fore i am left to do direct inserts on zabbix database to which databases should i perform the inserts. Or is there any way to tell zabbix_sender to send the data for a specific time?
Regards,
MauroChSS
Comment