Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Once this is done,the next step would be to automate testing so that if we have not been able to gather data from the site for the last 7 days (checkdata_gif.pl provides the number of adjacent days we have been unable to gather data from the site) or more then see if:.

  1. the monitor is pingable from the host running the script,
  2. whether the monitor can ping your host (traceroute.pl?function=ping), assuming it has a remote traceroute server
  3. what a traceroute shows
  4. the ping_data.pl form appears, also note version of ping_data.pl

...

Eventually if automated the script may run once a week. In such a case checkdata.pl will need enhancing to also add the number of consecutive days we have been unable to gather data from the monitor on the 10th, 20th, 28th of the month. These dates are chosen to ensure there are already sufficient days in the month to be able to see enough days with no data.

Requirements

To make the pings one can look at the existing checkdata.pl since it provides the URL to make the calls to ping and can be extended to do a traceroute. However it is probably better to make the pings from the host running the script since it reduces the number of points of failure.