PDA

View Full Version : monitor specific URL's


mary nancy
25-10-2005, 06:26
Hi

I am using zabbix 1.1beta2 version . I would like to know what is the parameter used to monitor specific urls like http://www.alphacreations.com.

Thanks and regards
Nancy

elkor
25-10-2005, 17:53
you could use check_service[], check_port[], or check_service_perf[] as described in the manual (http://www.zabbix.com/manual/v1.1/config_items.php). or you could do a custom script.

I don't know (because I haven't tried yet) if the built in functions will take a name vs ip address. If they don't, they probably should, that will have to be added as a feature request though; and you can always use an ip to get yourself running in the meantime.