[ZBXNEXT-506] quiet mode for zabbix_sender Created: 2010 Sep 08  Updated: 2017 Sep 02

Status: Reopened
Project: ZABBIX FEATURE REQUESTS
Component/s: None
Affects Version/s: 1.8.3
Fix Version/s: None

Type: New Feature Request Priority: Minor
Reporter: Igor Danoshaites (Inactive) Assignee: Unassigned
Resolution: Unresolved Votes: 5
Labels: patch, sender, trivial
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Attachments: Text File quiet_mode_for_zabbix_sender.patch    
Issue Links:
Duplicate
is duplicated by ZBXNEXT-1321 Quiet option for Zabbix Sender Closed
is duplicated by ZBXNEXT-3187 quiet Mode for zabbix_sender WIndows ... Closed

 Description   

Would be nice to add possibility to suppress the output of the following info from the zabbix_sender utility as sometimes this output is not required:

"Processed 1 Failed 0 Total 1 Seconds spent 0.000072"
sent: 1; skipped: 0; total: 1

Maybe add some additional option to the zabbix_sender ?



 Comments   
Comment by richlv [ 2010 Oct 16 ]

other issues related to sender output :

ZBXNEXT-38
ZBXNEXT-246
ZBX-1827

Comment by Adam Števko [ 2014 Jan 31 ]

The attached patch adds support for quiet mode in zabbix_sender. This patch is done against the latest version from the trunk. I have tested the patch and the expected output is below:

[root@devel /opt/xenol/trunk/src/zabbix_sender]# ./zabbix_sender -c /opt/zabbix/etc/zabbix_agentd.conf -s www01 -k test -o $(date +%s)
info from server: "Processed 0 Failed 1 Total 1 Seconds spent 0.000018"
sent: 1; skipped: 0; total: 1
[root@devel /opt/xenol/trunk/src/zabbix_sender]# ./zabbix_sender -q -c /opt/zabbix/etc/zabbix_agentd.conf -s www01 -k test -o $(date +%s)
[root@devel /opt/xenol/trunk/src/zabbix_sender]#

Comment by Juris Miščenko (Inactive) [ 2014 Jan 31 ]

Implemented in svn://svn.zabbix.com/branches/dev/ZBXNEXT-506

Comment by Alexander Vladishev [ 2014 Oct 31 ]

Specification is not available. I reopen the issue.

Comment by Lorenzo Milesi [ 2017 Sep 02 ]

No way this can be merged? To LTS maybe?

Generated at Thu Apr 18 15:26:10 EEST 2024 using Jira 9.12.4#9120004-sha1:625303b708afdb767e17cb2838290c41888e9ff0.