Ad Widget

Collapse

Is there a maximum number of global macros allowed

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • lmnti33s
    Junior Member
    • Sep 2014
    • 8

    #1

    Is there a maximum number of global macros allowed

    We are on Zabbix 7.0.17 LTS and we have just tried to add a global macro (we apparently already have 200) and when we click save to add, the interface says it was successfully added by the item is never added to the database table and a refresh of the global macro page shows it is not there. Is there some limit on the number of global macros you can have and/or, if so, is that configurable?
  • lmnti33s
    Junior Member
    • Sep 2014
    • 8

    #2
    So finally discovered that the cause of this was that we did not have PHP max_input_vars set so it was defaulting to 1000. 200 macros*5 posts per macro=1000 is my guess. Setting this to 10000 and restarting allowed us to start adding more than 200 macros

    Comment

    Working...