|
From: Markus N. <Ma...@Op...> - 2012-11-14 22:51:24
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Am Mi 14 Nov 2012 01:24:42 CET schrieb Tapan upadhay: > Hi, > First of all thanks for "Roskens" and "Ron" for their great suggestion. > > Now I am successfully using Page Sequence Monitor functionality of OpenNMS , but > i have a little question : > The example given for Page Sequence Monitor in OpenNMS site is just to Monitor > the response time of any web page(s), > Is it possible in PSM o get some data from any of web Page and store it in rrd > file through ds-name ? > > Actually my requirement is same as above i Need to "login" and then from "Home" > page need to grab some data and store in rrd file to display on response-graph > file. ? > > In <page> tag we define "ds-name" and then "successMatch" with some " regex", > which just match the text and resturn the response time...but How to display > that text ? > > little guidance will be appreciated. > > Thanks Hey, every monitor / poller is able to measure the time it took to do it's check and provide it as an rrd / jrb file with a ds-name. so your psm will check how long it's check has taken. if you want to grep data from a webpage, it would be a collector and not a monitor. Monitors / Pollers are true / false + the time it took to check it. A collector is able to store collected vales into rrds / jrbs. So check what you want to do. http://www.opennms.org/wiki/HTTP_Collector#Examples Viell Spass beim Konfigurieren... Markus -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://www.enigmail.net/ iQEcBAEBAgAGBQJQpCBhAAoJEJFt8t3uH6b9aOkH/3ovpsnjt5XzVPcz7l1T/xPS Db6o9++yE+As15EATQ6nuLIUi7cX8FTWwLdsn7UmL2ayLfVwTkAEA5CkMiTHVTEd VAiwxhaJ0oI03LiNGjbP80Y67OXgdIh4O68wDXRJb8458cWQcD1ctPm63qjQAGyd w8ggkHqVf2JzEtx5qI7tim83Fs1ZW196VM5peMAuXgMh68WgkELSMvDn+feNQ/ze ySCqkNIMrtqvfjA+iVSnrgipE/IF/d74PidcQdx8Cgmm18rECzCeKp5SvNk+20Wt Ah2FepoFIsX3gLpKj2gEFHHaX/eiV7ZKjg0lLwoTDCGv9mACAjFBFfXXf3P5VoE= =0HxW -----END PGP SIGNATURE----- |