Hi! i'm a newbie in this area, so bear with me. 

Well my problem is this, i have zabbix working but i want to implement the media type script to create some messages... The thing is i can't get zabbix to run the script, well that is what i guess is happening because i tried to run a simple code that creates a log file but when the trigger that runs the actions happens the log file never gets created...
So i am working on windows but the zabbix is installed on a sun virtualbox so is a bit complicated... The version of zabbix is 1.8
The steps i used was:
1. Verify that the AlertScriptsPath in the zabbix_server.conf
### Option: AlertScriptsPath
# Location of custom alert scripts
#
# Mandatory: no
# Default:
# AlertScriptsPath=/home/zabbix/bin/
2. Put the send_sms.php script in the alertscriptspath and gave all the permission so zabbix can access the script.
3. Creation of the media types
Description: SMS Script
Type: Script
Script name: send_sms.php
4. Creation of user that has the media added with all the use if severity check and included in a user group that has all the permisions (as a precaution)
5. Creation of an action where the event source is a trigger, action condition is trigger severity "disaster" and action operations operation type: Send message
send message to: single user "the user created"
send only to: all
default message "checked"
I configure the media type email and is working fine but this is not, and what i don't get is in the dashboard the action is show as executed... but nothing happens.
I apreciate your help!!!


Well my problem is this, i have zabbix working but i want to implement the media type script to create some messages... The thing is i can't get zabbix to run the script, well that is what i guess is happening because i tried to run a simple code that creates a log file but when the trigger that runs the actions happens the log file never gets created...

So i am working on windows but the zabbix is installed on a sun virtualbox so is a bit complicated... The version of zabbix is 1.8
The steps i used was:
1. Verify that the AlertScriptsPath in the zabbix_server.conf
### Option: AlertScriptsPath
# Location of custom alert scripts
#
# Mandatory: no
# Default:
# AlertScriptsPath=/home/zabbix/bin/
2. Put the send_sms.php script in the alertscriptspath and gave all the permission so zabbix can access the script.
3. Creation of the media types
Description: SMS Script
Type: Script
Script name: send_sms.php
4. Creation of user that has the media added with all the use if severity check and included in a user group that has all the permisions (as a precaution)
5. Creation of an action where the event source is a trigger, action condition is trigger severity "disaster" and action operations operation type: Send message
send message to: single user "the user created"
send only to: all
default message "checked"
I configure the media type email and is working fine but this is not, and what i don't get is in the dashboard the action is show as executed... but nothing happens.
I apreciate your help!!!
Comment