您好,登錄后才能下訂單哦!
zabbix添加Calculated items后保存頁面成空白
Nginx報以下錯誤
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"
解決辦法
這個是由于提交頁面后PHP-FPM處理時間過長造成的。需要在php-fpm.conf中設置request_terminate_timeout和php.ini中設置max_execution_time兩個參數的值
設置單個PHP腳本最大執行時間
max_execution_time = 300s
設置PHP-FPM工作進程處理單個請求的超時時間
request_terminate_timeout = 600s
重新加載PHP-FPM后就可以保存新增的item了
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。