当前位置:网站首页>ZABBIX saves the page blank after adding calculated items
ZABBIX saves the page blank after adding calculated items
2022-07-03 14:17:00 【Brother Xing plays with the clouds】
Zabbix add to Calculated items After saving, the page becomes blank
Nginx Report the following error
2014/09/23 10:10:23 [error] 27617#0: *111642 readv() failed (104: Connection reset by peer) while reading upstream, client: xxxxxx, server: xxxxx, request: "POST /disc_prototypes.php HTTP/1.1", upstream: "fastcgi://127.0.0.1:9000", host: "xxxxx", referrer: "http://xxxxxx/disc_prototypes.php?parent_discoveryid=24117&form=Create+item+prototype"
terms of settlement
This is because after submitting the page PHP-FPM Caused by too long processing time . Need to be in php-fpm.conf Set in request_terminate_timeout and php.ini Set in max_execution_time The value of two parameters
Set individual PHP Maximum execution time of script
max_execution_time = 300s
Set up PHP-FPM The timeout for the worker process to process a single request
request_terminate_timeout = 600s
Reload PHP-FPM Then you can save the new item 了
边栏推荐
- Redis: operation command of string type data
- JS first summary
- Exercise 7-6 count capital consonants
- Metal organic framework material zif-8 containing curcumin( [email protected] Nanoparticles) | nano metal organic framework carry
- JS shift operators (< <,> > and > > >)
- js 2023. String pair equal to the target string after connection
- 愉悦资本新双币基金近40亿元完成首次关账
- Raft agreement
- Selective sorting
- 7-23 currency conversion (using array conversion)
猜你喜欢

Example analysis of QT learning 18 login dialog box

TS code automatically generates JS

Print. JS -- web page file printing
![[Jilin University] information sharing of postgraduate entrance examination and re examination](/img/1d/550a991385b842a21e2b301725407e.png)
[Jilin University] information sharing of postgraduate entrance examination and re examination

Nucleic acid modified metal organic framework drug carrier | pcn-223 metal organic framework encapsulated ad adamantane | zif-8 encapsulated adriamycin (DOX)

QT learning 24 layout manager (III)

JS Part III

Metal organic framework MOFs loaded with non steroidal anti-inflammatory drugs | zif-8 wrapped Prussian blue loaded quercetin (preparation method)

Generate directories from web content

Redis: redis data structure and key operation commands
随机推荐
TS code automatically generates JS
Understanding of closures
Example analysis of QT learning 18 login dialog box
Article content typesetting and code highlighting
Exercise 10-6 recursively find Fabonacci sequence
战略、战术(和 OKR)
Find the sum of the elements of each row of the matrix
常见问题之PHP——ldap_add(): Add: Undefined attribute type in
JVM garbage collector
Jiuyi cloud black free encryption free version source code
Nucleic acid modified metal organic framework drug carrier | pcn-223 metal organic framework encapsulated ad adamantane | zif-8 encapsulated adriamycin (DOX)
fpga阻塞赋值和非阻塞赋值
Generate directories from web content
JVM class loading
[Jilin University] information sharing of postgraduate entrance examination and re examination
GRPC的四种数据流以及案例
Doxorubicin loaded on metal organic framework MIL-88 DOX | folic acid modified uio-66-nh2 doxorubicin loaded [email
Polestar美股上市:5.5万台交付如何支持得起超200亿美元估值
Facebook 如何将 Instagram 从 AWS 搬到自己的服务器
Leetcode(4)——寻找两个正序数组的中位数