Ad Widget

Collapse

Zabbix Azure Integration Log size issue

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jc-sm
    Junior Member
    • Mar 2023
    • 2

    #1

    Zabbix Azure Integration Log size issue

    Hey Everyone,

    I just created a new Zabbix 6.4 install and have been trying to use the official Azure integration found here. The problem I am having is that every once in a while I stop receiving data from Azure on all my VMs and the "Azure: Get Errors" items show the following error: "Failed to receive data: auth : Error: log exceeds the maximum size of 8388608 bytes.​"

    To attempt a fix, I have done the following:

    /etc/zabbix/apache.conf
    php_value memory_limit 512M
    php_value post_max_size 16M
    php_value memory_limit 512M
    php_value post_max_size 16M

    /etc/php/8.1/apache2/php.ini ​​
    post_max_size = 16M
    upload_max_file_size = 200M


    Not sure what other settings could be putting an upper limit on my logging.

    Has anyone had a similar issue?
    Thanks
    JC
  • cyber
    Senior Member
    Zabbix Certified SpecialistZabbix Certified Professional
    • Dec 2006
    • 4807

    #2
    That may be error from Azure and have nothing to do with Zabbix config.

    Comment

    • jc-sm
      Junior Member
      • Mar 2023
      • 2

      #3
      I tried looking for Azure errors originally but everything seems to point at PHP or Apache limits unfortunately.

      Comment

      • ryanb33
        Junior Member
        • Mar 2023
        • 2

        #4
        I came across this error recently and it's a Zabbix memory limit that is hardcoded

        Comment

        • ryanb33
          Junior Member
          • Mar 2023
          • 2

          #5
          Here is a post with more details: https://support.zabbix.com/si/jira.i...ZBX-22492.html

          Comment


          • jc-sm
            jc-sm commented
            Editing a comment
            That kinda sucks but I appreciate it. I may just have to go the agent route on those.
        Working...