Top Hosting Forum

WebHosting Reviews Forum


Budget DirectAdmin hosting and domain names

Website monitoring & on change alert application

Software, Hardware discussion, troubleshooting

Website monitoring & on change alert application

Postby hostingforum » Wed Jan 16, 2013 8:48 am

Hi, i need chrome extension, or stand alone application which will monitor certain URL page and when number -0.80 or lower appears, it will alert me, by onscreen message.

Code: Select all
http://www.exchangezone.com/en/offers?sellerpaymentsystem=1&buyerpaymentsystem=10&status=1&daysfilter=-30&strategy=8


Or i can use this online paid page monitor: http://informant.se/SubscriptionPage.aspx

and enter proper regex

This is regex for all negative numbers below zero:
\-\d*(\.?\d+)

But what is regex for all negative numbers below certain number (-0.80)?
Its this one: \-((0\.8\d)|([1..9]+\.\d*)) except it will not match numbers under -9.99
And this one is claimed to be better: \-((0\.[89]\d)|([1..9]+\.\d*))


Regex Generator - http://www.jslab.dk/tools.regex.php
Very usefull tool to generate regex matching your criteria

I have found right Chrome Page monitor extension named surprisingly "Page Monitor". It allows regex use. Very neat tool.



Ad: There You can have your forum site-wide banner/text ad for $99 yearly. Contact admin


User avatar
hostingforum
Site Admin
 
Posts: 656
Joined: Fri May 20, 2011 7:58 pm
Location: Czech Republic

Return to Computers Discussion

Who is online

Users browsing this forum: No registered users and 0 guests

.

cron