I am trying to set up a Zabbix 6.4 server, web, and PostgreSQL using nginx by docker. At first, when I wanted to upload a template with a size of 30MB,zabbix web server did not allow me to upload it because it was too large. As a result, I changed the client_max_body_size to 1024M in nginx from /etc/zabbix/nginx.conf. However, now, that I have changed the max_size, Zabbix is telling me that I do not have permission to access this page which is a wrong message, because when I upload a smaller template of about 8MB it shows me the next page importing the template and at last, I import it successfully. I appreciate any help that show me how I can solve this problem or debug it.
Zabbix does not let me import a template of size 32MB and tells me I do not have permissions to access this page while I have access of super admin
100 Views Asked by MohammadHosein At
1
There are 1 best solutions below
Related Questions in MONITORING
- Monitoring Thread pool metrics through promethues
- Filter input metrics in vmagent (prometheus)
- Trying to get net.if.in and net.if.out values with zabbix api python
- Global event monitoring with WPF
- database "telegraf" creation failed: 401 Unauthorized
- Zabbix parsing macros value
- Is it possible for my prometheus container to pull metrics from Azure Monitor?
- APM Open source : Angular + Java Spring + Postgresql
- Poller is not picking up the Queued tasks, the Host and Service checks are getting timed out
- Can I monitor progress of spacy parsing?
- What's the difference between every 1m, group_by in MQL Alert vs rolling window in Google alerting
- Objective tools for monitoring WCF APIs for latency, failures, and breakdowns?
- Retain Metric Values in Prometheus TSDB Across Application Restarts?
- Grafana Base64 Image/Video/Audio/PDF plugins unable to display
- How do I measure pagespeed scores on my pages using datadog? Or rather, is it even possible to keep track of pagespeed scores?
Related Questions in MONITOR
- How to get block device I/O throughput in a Linux C program
- Using AWS Cloudwatch Agent to Monitor Openstack IaaS cloud
- Why would events appear in the Datadog log search, but not in the event search for setting up monitors?
- API monitor options injection/hooking
- set libgdx screen resolution to 1920X1080 when starting game
- A monitor scale change was detected
- Grafana - Use environment variables in Kusto Query Azure Monitor
- vba excel get monitor of workbook
- How long does it take to install Azure monitor agent using Data collection rule
- Zabbix does not let me import a template of size 32MB and tells me I do not have permissions to access this page while I have access of super admin
- Is there any way to extract the actual clock (not frequency) from a monitor?
- Server reboot on Linux VM - Alert rule
- Raspberry Pi not giving HDMI output with OS on SD card
- How to monitor Kafka client with Prometheus exporter
- How to do contour (zone) tracking Python/C++
Related Questions in ZABBIX
- Trying to get net.if.in and net.if.out values with zabbix api python
- Zabbix parsing macros value
- Ansible: working with loops within a task not on a task
- Goggle Apps Script integration with Zabbix
- Zabbix Custom Widget - Time selector
- Zabbix appliance 6.2 - Can't login in to VM
- pyzabbix ZabbixAPI creating http agent item - preprocessing params
- Zabbix shows me multiple alerts for the same problem
- Replication postgresql database error connection between master to standby
- Mainframe monitoring using Zabbix
- Item in zabbix does not display data
- Grafana. Can you split one-field one-row table with json value into multiple fields and rows in Grafana table dashboard?
- ansible zabbix module - loop though templates
- zabbix triger does not set the trigger to the ok state when using no data
- Zabbix create item using item prototype
Related Questions in ZABBIX-API
- Goggle Apps Script integration with Zabbix
- pyzabbix ZabbixAPI creating http agent item - preprocessing params
- zabbix api - filter event
- Item in zabbix does not display data
- Zabbix does not let me import a template of size 32MB and tells me I do not have permissions to access this page while I have access of super admin
- MySQL template with Zabbix Agent cannot fetch data
- Extracting Zabbix Availability-Report Data
- Monitor HPE server power status
- Zabbix 6 agent problem: failed to initialize builtin counter
- Zabbix discovery item
- Change host for Zabbix agent interface on IP change
- how can i find topic-id in a group of Telegram
- Possible cookie problem / access to chart2.php from Powershell v7 in Zabbix v6 LTS
- Error while installing zabbix.. Skipping architecture in Zabbix
- Accessing zabbix API with node-fetch
Related Questions in ZABBIX-CUSTOM-REPORTS
- Item in zabbix does not display data
- Zabbix does not let me import a template of size 32MB and tells me I do not have permissions to access this page while I have access of super admin
- MySQL template with Zabbix Agent cannot fetch data
- Creating a discovery rule in Zabbix for Nginx
- Python custom alertscript in zabbix doesn't work properly
- Zabbix discovery item
- Zabbix Enable Item option only for Super Admins
- Possible cookie problem / access to chart2.php from Powershell v7 in Zabbix v6 LTS
- Zabbix - how add item and triggers to discovery rules
- Error while installing zabbix.. Skipping architecture in Zabbix
- How to periodicaly send a list of unresolved alerts from zabbix to telegram?
- Create custom trigger for RabbitMQ queues in Zabbix
- Zabbix Graph KBps to Kbps
- Zabbix scheduledreport: test failed Cannot connect to web service couldn't connect to server
- How to create customise Zabbix Dashboard to monitor Cameras
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
I, finally, found the real problem by looking at the logs of Zabbix-web-server. The problem was with the PHP memory limit which was too small and, I had to change php_value[memory_limit] to 2048M in /etc/php81/php-fpm.d/zabbix.conf.
Some solutions that helped me to find my answer: https://www.zabbix.com/forum/zabbix-help/35782-php-fatal-error-allowed-memory-size-of-134217728-bytes-exhausted-tried-to-allocate
Zabbix and "PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 78 bytes)"
https://serverfault.com/questions/500143/nginx-php-fpm-how-to-specify-memory-limit-for-an-application