stat ping is a ping monitoring tool very simple and very light.
# aptitude install python-rrdtool fping python-flup
# mkdir data
# mkdir public/graphs
Hosts that you want to chek have to be inserted in the confs/hosts file. One host by line and that's all.
For ocnfigurate ping command, data direcrories, etc, it's in confs/config.py file.
To collecte values, run periodicly :
# python bin/collect.py
To view collected values, simply run the embded webserver :
# python public/statping.py