Hello,
1.I have created a user using 'user.create' method.
The user details are updated in 'users' table and mail is updated in 'media' table properly.
2.Now I am creating an action such that mail notification should be sent to the user created in Step 1.
Action is created using 'action.create' method. In the operations parameter I am setting opmessage_usr parameter and defining the user id. This user id ,I am fetching from the 'user' table.
When I am verifying via front end,action is created successfully.But the send to parameter is set to 'guest' user instead of the user I have created.
This issue occurs in case of the users I have created using 'user.create' method.When I am creating users via front end,there is no issue.
Am I missing any parameter/permission while we are creating the user using user.create method ?
Zabbix version : 2.0.10
Regards,
Rehna
1.I have created a user using 'user.create' method.
The user details are updated in 'users' table and mail is updated in 'media' table properly.
2.Now I am creating an action such that mail notification should be sent to the user created in Step 1.
Action is created using 'action.create' method. In the operations parameter I am setting opmessage_usr parameter and defining the user id. This user id ,I am fetching from the 'user' table.
When I am verifying via front end,action is created successfully.But the send to parameter is set to 'guest' user instead of the user I have created.
This issue occurs in case of the users I have created using 'user.create' method.When I am creating users via front end,there is no issue.
Am I missing any parameter/permission while we are creating the user using user.create method ?
Zabbix version : 2.0.10
Regards,
Rehna