You could use the check_http command plugin with a regex expect. Otherwise, you might get stuck doing something like a wget, and go through the entire HTML looking for the string data that you are after.
Either way, you sure can monitor these kinds of devices via Zenoss just fine. If you go the second route and use bash, etc... Make sure that you can have the script echo the results back in Nagios fashion. It will make your life a lot easier so you can graph the data out properly. [quote="cemer"]Thanks a lot for the responses. It is possible to implement any lightweight protocol on the clients. The best option seems like the clients getting in touch with an http service with get/post queries which contains all the current data - as the nodes has very simple http clients already. Any suggestions? Thanks in advance Cemer mray wrote: > Zenoss supports a fairly wide range of protocols for monitoring, what > protocols do your weather sensors use? > > Thanks, > Matt Ray > Zenoss Community Manager > community.zenoss.com > [EMAIL PROTECTED] -------------------- m2f -------------------- Read this topic online here: http://forums.zenoss.com/viewtopic.php?p=26838#26838 -------------------- m2f -------------------- _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
