Hey All,
Here's the site that I'm trying to monitor.
http://www.iss.net/db_data/xpu/RSNS.php
I tried using the following shell script but "diff" doesn't play nicely with the bit changes that the includes and php scripts output.
#!/bin/bash
SAVE=/var/spool/iss/archive
TEMP=/tmp/RSNS.php.$$...
Dilemma:
I need to receive notification via email when updates occur in regards to ISS sensors.
They are posted here.
http://www.iss.net/db_data/xpu/RSNS.php
I'm using wget to retrieve the file for local analysis.
wget -E -N -k http://www.iss.net/db_data/xpu/RSNS.php
I experimented with...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.