After upgrade operation from 12.4 to 14.4 I found some problem in monitoring of php services
** the server not rcieved any informations from script
i run the script manualy i found the error below
Traceback (most recent call last):
File "/etc/zabbix/php-fpm.py", line 190, in <module>
data = parse(data = data)
File "/etc/zabbix/php-fpm.py", line 66, in parse
ret[clean(row[0], replace)] = row[1] + ' ' + ':'.join(row[2:])
IndexError: list index out of range
do you know how to resolve this issues ?
thanks in advance
** the server not rcieved any informations from script
i run the script manualy i found the error below
Traceback (most recent call last):
File "/etc/zabbix/php-fpm.py", line 190, in <module>
data = parse(data = data)
File "/etc/zabbix/php-fpm.py", line 66, in parse
ret[clean(row[0], replace)] = row[1] + ' ' + ':'.join(row[2:])
IndexError: list index out of range
do you know how to resolve this issues ?
thanks in advance