For the custom monitors it should also be possible to parse a simple website.
e.g. the output of a PHP Script could print the variables in the following way:
attribute1=1234
attribute2=3245
What i need is to specify a URL in the custom monitor instead of a script.
At the moment i have to execute a script in the server which does a wget in the background. That's very circuitous.