Uploaded image for project: 'ZABBIX BUGS AND ISSUES'
  1. ZABBIX BUGS AND ISSUES
  2. ZBX-3491

The zabbix_agentd configuration parameter "MaxLinesPerSecond" is not fully documented.

XMLWordPrintable

    • Icon: Incident report Incident report
    • Resolution: Fixed
    • Icon: Major Major
    • 2.0.0
    • None
    • Agent (G)
    • Zabbix Agent

      I found a undocumented code about MaxLinesPerSecond in active.c.
      MaxLinesPerSecond defines maximum number of new lines the agent will send.
      This is documented.
      But (4 * MaxLinesPerSecond) also defines maximum number of new lines in the file including the agent will not send.
      This is not documented.

      The code is following.
      #########################################################
      /* Do not flood local system if file grows too fast */
      if(p_count >= (4 * MAX_LINES_PER_SECOND * active_metrics[i].refresh)) break;
      #########################################################

      I think it is better to be documented here. http://www.zabbix.com/documentation/1.8/manual/processes/zabbix_agentd

            martins-v Martins Valkovskis
            tsuzuki Takanori Suzuki
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: