This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

NPM scripting

I am wondering if I could use NPM to Monitor DNS (external) and use it to failover to a new Site.  We are using a service that wants what ever monitoring tool we use to do the following:

GET /api/dynamic/update.php?hostname=home.example.com&ip=10.1.1.1 HTTP/1.0

Host: www.dnspark.net

Authorization: Basic username:password

User-Agent: clientname/1.0 developer@clientweb.com

Is there a way I can do this with NPM?

Any input is appreciated. Recommendations for DNS failover services or software are welcome as well.