Version 1.3.5:
Option ā-vā in zabbix_sender reduces verbosity:
#zabbix_sender -iv /tmp/zabbix_mysql_extended_status.txt
#zabbix_sender -i -v /tmp/zabbix_mysql_extended_status.txt
# zabbix_sender -i /tmp/zabbix_mysql_extended_status.txt
sent: 7; failed: 225; total: 232
By the way, I think that "-i" options reminds working bad (as in v1.3.4).
I have attached the file.
I suggest also that command line options are unified, because I think that sometimes
is used -V and others -v for the same concept (verbosity).
Option ā-vā in zabbix_sender reduces verbosity:
#zabbix_sender -iv /tmp/zabbix_mysql_extended_status.txt
#zabbix_sender -i -v /tmp/zabbix_mysql_extended_status.txt
# zabbix_sender -i /tmp/zabbix_mysql_extended_status.txt
sent: 7; failed: 225; total: 232
By the way, I think that "-i" options reminds working bad (as in v1.3.4).
I have attached the file.
I suggest also that command line options are unified, because I think that sometimes
is used -V and others -v for the same concept (verbosity).
Comment