blueocean wrote: > Ok so I managed to install the zenpack following your instructions, but how > do I go about adding that so that I can view the graph in zenoss? If there is > a step by step guide to do this for 2.1 that would be great. >
HttpMonitor and DnsMonitor are not yet documented unfortunately. Both zenpacks add a new type of datasource to zenoss called HttpMonitor and DnsMonitor. You'll need to create datasources of those types to collect data. You need to create new GraphDefinitions to graph that data. See the section in the Admin Guide on Performance Monitoring for a rundown on Performance Templates, DataSources and GraphDefinitions. As for the fields in those new datasource types, this will get you a brief description of the fields: $ cd $ZENHOME/libexec $ ./check_http --help ... $ ./check_dns --help check_http and check_dns are the plugins that HttpMonitor and DnsMonitor use behind the scenes. The fields available in the datasources are mostly a subset those listed by the commands above. The only other fields have to do with the events to be created when an HttpMonitor on DnsMonitor check fails. -------------------- m2f -------------------- Read this topic online here: http://community.zenoss.com/forums/viewtopic.php?p=12045#12045 -------------------- m2f -------------------- _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
