I just want to monitor a simple URL, like www.google.com and verify that it is up.
How do I do this with APM and NPM? Obviously I don't want to create a node, or monitor one of my current nodes. I just want to know if the URL sends me back a valid page.
I have plenty of internal web pages I monitor with web check, logging in and what not. But for the life of me I can't figure out how to monitor just a plain external URL...
~q