icinga 웹 인터페이스에서 '백엔드 icinga가 실행되지 않습니다' 오류

icinga 웹 인터페이스에서 '백엔드 icinga가 실행되지 않습니다' 오류

시스템 > 상태 모니터링에서 다음을 자세히 설명하는 "백엔드 icinga가 실행되고 있지 않습니다." 오류가 발생합니다.

치명적인 오류: Uncaught ErrorException: Uncaught ErrorException: setcookie()는 매개변수 3이 /usr/share/php/Icinga/Web/Response.php:326에 제공된 부동 소수점 정수일 것으로 예상합니다. 스택 추적: #0 [내부 함수]: Icinga\ Application\ApplicationBootstrap->Icinga\Application{closure}(2, 'setcookie() exp...', '/usr/share/php/...', 326, Array) #1 /usr/share/php/ Icinga/Web/Response.php(326): setcookie('icingaweb2-appl...', '{"acknowledged-...', 2147483648, '/icingaweb2/', NULL, true, true) #2 /usr /share/php/Icinga/Web/Response.php(338): Icinga\Web\Response->sendCookies() #3 /usr/share/icingaweb2/library/vendor/Zend/Controller/Response/Abstract.php(762 ): Icinga\Web\Response->sendHeaders() #4 /usr/share/icingaweb2/library/vendor/Zend/Controller/Front.php(975): Zend_Controller_Response_Abstract->sendResponse() #5 /usr/share/php /Icinga/Application/Web.php(300): Zend_Controller_Front->dispatch(개체(Icinga\Web\Request), 개체(Icinga\Web\Response)) #6 /usr/share/php/Icinga/Application/webrouter. php(104): /usr/share/icingaweb2/library/vendor/Zend/Controller/Plugin/Broker.php의 Icinga\Application\Web->dispatch() 259행

그것은 Icinga 웹 코드 예외처럼 보이지만 아마도 내 편일 수도 있습니다. 전에 이것을 본 사람이 있나요? 저는 라즈비안을 사용하고 있습니다.

답변1

나에게 오류를 파헤쳐 보면 다음 명령에 오류가 표시되었습니다. icinga2 daemon -C 다음은 소유권 오류를 보여줍니다. ls -la /etc/icinga2/features-available/

고치다: chown icinga:icinga /etc/icinga2/features-available/ido-mysql.conf icinga2 daemon -C systemctl reload rh-php71-php-fpm.service systemctl reload icinga2

관련 정보