-
Incident report
-
Resolution: Incomplete
-
Minor
-
None
-
4.4.0
-
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