what is your zabbix version?
My version is 1.6.4 installed on Centos 5 x86 and fresh install. It's running on distributed monitoring
The symptom is getting following errors at page bottom when adding media for a user:
Undefined index: XXXNODEID [/var/www/zabbix/include/forms.inc.php:846]
After saving a media in user, check zabbix database table "media". I see mediatypeid column for the user does not linked to correct id in table "media_type".
The solution is to change the value to link to correct record in media_type table using sql statement manually
I have yet found what caused the undefined index, appreciate if anybody has good solution to fix forms.inc.php so it can insert right value into database.
My version is 1.6.4 installed on Centos 5 x86 and fresh install. It's running on distributed monitoring
The symptom is getting following errors at page bottom when adding media for a user:
Undefined index: XXXNODEID [/var/www/zabbix/include/forms.inc.php:846]
After saving a media in user, check zabbix database table "media". I see mediatypeid column for the user does not linked to correct id in table "media_type".
The solution is to change the value to link to correct record in media_type table using sql statement manually
I have yet found what caused the undefined index, appreciate if anybody has good solution to fix forms.inc.php so it can insert right value into database.
Comment