Zabbix 6.4.1 on Debian 11.
I upgraded php8.1 to php8.2. Then I removed php8.1 at all with it systemd service.
But now I have problem in Zabbix
Of course, if I resolve it, it will open again.
I don't want to disable trigger just in case for the future.
Should Zabbix autodiscover non-existent services (it persist for few days) or I need some manual steps?
I upgraded php8.1 to php8.2. Then I removed php8.1 at all with it systemd service.
Code:
$ sudo systemctl status php8.1-fpm.service Unit php8.1-fpm.service could not be found. $ sudo systemctl status php8.2-fpm.service ● php8.2-fpm.service - The PHP 8.2 FastCGI Process Manager Loaded: loaded (/lib/systemd/system/php8.2-fpm.service; enabled; vendor preset: enabled) Active: active (running) since Sat 2023-04-22 11:57:10 CEST; 1h 27min ago
But now I have problem in Zabbix
Code:
php8.1-fpm.service: Service is not running
I don't want to disable trigger just in case for the future.
Should Zabbix autodiscover non-existent services (it persist for few days) or I need some manual steps?