-
Type:
Incident report
-
Resolution: Incomplete
-
Priority:
Minor
-
None
-
Affects Version/s: 4.4.0
-
Component/s: Server (S)
-
Environment:Zabbix-Server-MySQL 4.4.0
Steps to reproduce:
- Navigate to Administration -> Users -> User -> Media
- Create a media if not already, and set this to Disabled.
- Connect to the MySQL Database for the Zabbix-Server
Result:
- Run the following query
select * from media where userid =THEUSERID;
- Notice that a disabled media = 1 in the database
Expected:
- disabled = 0