A script to check if students have been successful in setting up their Nagios instances (thanks Mike Jager)

Needs to be updated for our new topo (double-loop) for host{1..6} across campus{1..6}.

for i in `seq 1 32` ; do echo $i ; curl -su nagiosadmin:nsrc+ws http://pc$i.ws.nsrc.org/cgi-bin/nagios3/status.cgi?host=all | grep "SSH OK" ; done

Note that the optional IX exercises and the disk plug-in exercises have not been updated for our new 
CNDO topology.
